guix-commits
[Top][All Lists]
Advanced

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

05/06: marionette: Augment the set of keystrokes.


From: Ludovic Courtès
Subject: 05/06: marionette: Augment the set of keystrokes.
Date: Mon, 28 Aug 2017 04:19:07 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 06b8eae3d101b9c1f237de34f21091e085390e11
Author: Ludovic Courtès <address@hidden>
Date:   Sun Aug 27 22:01:22 2017 +0200

    marionette: Augment the set of keystrokes.
    
    * gnu/build/marionette.scm (%qwerty-us-keystrokes): Add ', ", and `.
---
 gnu/build/marionette.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/build/marionette.scm b/gnu/build/marionette.scm
index d93525a..f35f0fb 100644
--- a/gnu/build/marionette.scm
+++ b/gnu/build/marionette.scm
@@ -261,6 +261,9 @@ PREDICATE, whichever comes first.  Raise an error when 
TIMEOUT is exceeded."
     (#\. . "dot")
     (#\, . "comma")
     (#\; . "semicolon")
+    (#\' . "apostrophe")
+    (#\" . "shift-apostrophe")
+    (#\` . "grave_accent")
     (#\bs . "backspace")
     (#\tab . "tab")))
 



reply via email to

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