summaryrefslogtreecommitdiff
path: root/other/stuff.cpp
diff options
context:
space:
mode:
authorNoobie99 <noob999noob999@gmail.com>2023-11-22 11:50:55 +0100
committerNoobie99 <noob999noob999@gmail.com>2023-11-22 11:50:55 +0100
commita6ad321613090410da9f00265366fe0627e8440f (patch)
tree292eebb3e111d5e4888cf75a9d2c84bdce8342ae /other/stuff.cpp
parent4752062fb38d9392dfdef5b0a46215cc98e1f4ff (diff)
add layout toggle command
Diffstat (limited to 'other/stuff.cpp')
-rw-r--r--other/stuff.cpp3
1 files changed, 2 insertions, 1 deletions
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 <bits/stdc++.h>
-// 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);