diff options
Diffstat (limited to 'other/stuff.cpp')
| -rw-r--r-- | other/stuff.cpp | 3 |
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); |
