We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3757064 commit 2345896Copy full SHA for 2345896
koy.c
@@ -123,6 +123,7 @@ static int koy_modifier_bit(int key) {
123
// same pattern as function "qwerty2dvorak" from
124
// https://github.com/kentonv/dvorak-qwerty/tree/master/unix
125
// Keyboard Scan Codes: https://www.millisecond.com/support/docs/v5/html/language/scancodes.htm (incomplete)
126
+// show key codes: sudo showkey
127
static int qwertz2koy(int key) {
128
switch (key) {
129
case 12: return 25; // ß
0 commit comments