me
/
guix
Archived
1
0
Fork 0

marionette: Provide portable US-layout keystrokes for "<" and ">".

* gnu/build/marionette.scm (%qwerty-us-keystrokes): Use shit-comma and
shift-dot for #\< and #\> because the "less" key doesn't work the same
in "US intl." layouts.
master
Ludovic Courtès 2020-02-21 15:04:17 +01:00
parent 1708ed6e9d
commit b6ec284fe8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -317,8 +317,8 @@ PREDICATE, whichever comes first. Raise an error when TIMEOUT is exceeded."
(#\( . "shift-9") (#\( . "shift-9")
(#\) . "shift-0") (#\) . "shift-0")
(#\/ . "slash") (#\/ . "slash")
(#\< . "less") (#\< . "shift-comma")
(#\> . "shift-less") (#\> . "shift-dot")
(#\. . "dot") (#\. . "dot")
(#\, . "comma") (#\, . "comma")
(#\; . "semicolon") (#\; . "semicolon")