marionette: Define keystrokes for typing colons and exclamation marks.

* gnu/build/marionette.scm (%qwerty-us-keystrokes): Register keystrokes for
the ':' and '!' characters.
This commit is contained in:
Maxim Cournoyer 2022-09-20 11:00:59 -04:00
parent 4cce84b247
commit f24e0fc233
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -382,8 +382,10 @@ (define %qwerty-us-keystrokes
(#\> . "shift-dot")
(#\. . "dot")
(#\, . "comma")
(#\: . "shift-semicolon")
(#\; . "semicolon")
(#\' . "apostrophe")
(#\! . "shift-1")
(#\" . "shift-apostrophe")
(#\` . "grave_accent")
(#\bs . "backspace")