From a6ad321613090410da9f00265366fe0627e8440f Mon Sep 17 00:00:00 2001 From: Noobie99 Date: Wed, 22 Nov 2023 11:50:55 +0100 Subject: add layout toggle command --- other/stuff.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'other/stuff.cpp') diff --git a/other/stuff.cpp b/other/stuff.cpp index 31498ac..38fde78 100644 --- a/other/stuff.cpp +++ b/other/stuff.cpp @@ -1,8 +1,9 @@ // Alles-Header. #include -// Setzt das deutsche Tastaturlayout. +// Setzt deutsche Tastaturlayout / toggle mit alt + space setxkbmap de +setxkbmap de,us -option grp:alt_space_toggle // Schnelle Ein-/Ausgabe mit cin/cout. ios::sync_with_stdio(false); -- cgit v1.2.3