guix-commits
[Top][All Lists]
Advanced

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

03/05: marionette: Add braces to the keystrokes.


From: guix-commits
Subject: 03/05: marionette: Add braces to the keystrokes.
Date: Wed, 15 May 2019 06:19:05 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 604b167bf27d307c5bd30145b6486f90417d0d06
Author: Ludovic Courtès <address@hidden>
Date:   Wed May 15 12:06:34 2019 +0200

    marionette: Add braces to the keystrokes.
    
    * gnu/build/marionette.scm (%qwerty-us-keystrokes): Add braces.
---
 gnu/build/marionette.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/build/marionette.scm b/gnu/build/marionette.scm
index f94eab5..1dbe385 100644
--- a/gnu/build/marionette.scm
+++ b/gnu/build/marionette.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2016, 2017, 2018 Ludovic Courtès <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2018 Chris Marusich <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -310,6 +310,8 @@ PREDICATE, whichever comes first.  Raise an error when 
TIMEOUT is exceeded."
     (#\? . "shift-slash")
     (#\[ . "bracket_left")
     (#\] . "bracket_right")
+    (#\{ . "shift-bracket_left")
+    (#\} . "shift-bracket_right")
     (#\( . "shift-9")
     (#\) . "shift-0")
     (#\/ . "slash")



reply via email to

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