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.
This commit is contained in:
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

View file

@ -317,8 +317,8 @@ (define %qwerty-us-keystrokes
(#\( . "shift-9")
(#\) . "shift-0")
(#\/ . "slash")
(#\< . "less")
(#\> . "shift-less")
(#\< . "shift-comma")
(#\> . "shift-dot")
(#\. . "dot")
(#\, . "comma")
(#\; . "semicolon")