number_pad:-1 qwertz keyboard
Reported almost exactly one year ago by a beta tester proofreading the Guidebook, the number_pad setting to support the German keyboard which swaps the Y and Z keys is for a keyboard that is used in other places too. The report mentioned France and Belgium; Wikipedia's "keyboard layout" entry mentions "Germany, Austria, Switzerland and other parts of Central Europe". This changes references to "German keyboard" (there were only a couple) into "QWERTZ keyboard".
This commit is contained in:
@@ -3350,7 +3350,8 @@ boolean initial;
|
||||
Cmd.num_pad = flagtemp;
|
||||
++updated;
|
||||
}
|
||||
/* swap_yz mode (only applicable for !num_pad) */
|
||||
/* swap_yz mode (only applicable for !num_pad); intended for
|
||||
QWERTZ keyboard used in Central Europe, particularly Germany */
|
||||
flagtemp = (iflags.num_pad_mode & 1) ? !Cmd.num_pad : FALSE;
|
||||
if (flagtemp != Cmd.swap_yz) {
|
||||
Cmd.swap_yz = flagtemp;
|
||||
|
||||
Reference in New Issue
Block a user