guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#58014] [PATCH 10/15] marionette: Define keystrokes for typing colon


From: Maxim Cournoyer
Subject: [bug#58014] [PATCH 10/15] marionette: Define keystrokes for typing colons and exclamation marks.
Date: Fri, 23 Sep 2022 01:00:37 -0400

* gnu/build/marionette.scm (%qwerty-us-keystrokes): Register keystrokes for
the ':' and '!' characters.
---
 gnu/build/marionette.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/build/marionette.scm b/gnu/build/marionette.scm
index 5f8a74717a..6f373f87b6 100644
--- a/gnu/build/marionette.scm
+++ b/gnu/build/marionette.scm
@@ -382,8 +382,10 @@ (define %qwerty-us-keystrokes
     (#\> . "shift-dot")
     (#\. . "dot")
     (#\, . "comma")
+    (#\: . "shift-semicolon")
     (#\; . "semicolon")
     (#\' . "apostrophe")
+    (#\! . "shift-1")
     (#\" . "shift-apostrophe")
     (#\` . "grave_accent")
     (#\bs . "backspace")
-- 
2.37.3






reply via email to

[Prev in Thread] Current Thread [Next in Thread]