Skip to content

Commit 2345896

Browse files
committed
added comment: how to show key codes used in function qwertz2koy
1 parent 3757064 commit 2345896

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: koy.c

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ static int koy_modifier_bit(int key) {
123123
// same pattern as function "qwerty2dvorak" from
124124
// https://github.com/kentonv/dvorak-qwerty/tree/master/unix
125125
// Keyboard Scan Codes: https://www.millisecond.com/support/docs/v5/html/language/scancodes.htm (incomplete)
126+
// show key codes: sudo showkey
126127
static int qwertz2koy(int key) {
127128
switch (key) {
128129
case 12: return 25; // ß

0 commit comments

Comments
 (0)