[gedit/wip/3.10.4-osx: 3/13] Fix capitalisation of key bindings for	OS X
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gedit/wip/3.10.4-osx: 3/13] Fix capitalisation of key bindings for	OS X
- Date: Sat, 22 Mar 2014 08:48:39 +0000 (UTC)
commit f9727beb60518f224315644379f1089b0461a027
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Sat Mar 22 09:41:46 2014 +0100
    Fix capitalisation of key bindings for OS X
 data/osx.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/osx.css b/data/osx.css
index 91b210a..a13464d 100644
--- a/data/osx.css
+++ b/data/osx.css
@@ -35,9 +35,9 @@
   bind "<shift><alt>Left"     { "move-cursor" (words, -1, 1) };
   bind "<shift><alt>KP_Left"  { "move-cursor" (words, -1, 1) };
 
-  bind "<alt>delete"          { "delete-from-cursor" (word-ends, 1) };
-  bind "<alt>KP_delete"       { "delete-from-cursor" (word-ends, 1) };
-  bind "<alt>backspace"       { "delete-from-cursor" (word-ends, -1) };
+  bind "<alt>Delete"          { "delete-from-cursor" (word-ends, 1) };
+  bind "<alt>KP_Delete"       { "delete-from-cursor" (word-ends, 1) };
+  bind "<alt>BackSpace"       { "delete-from-cursor" (word-ends, -1) };
 
   bind "<primary>Down"           { "move-cursor" (buffer-ends, 1, 0) };
   bind "<primary><shift>Down"    { "move-cursor" (buffer-ends, 1, 1) };
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]