[gedit] Fix capitalisation of key bindings for OS X
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Fix capitalisation of key bindings for OS X
- Date: Sat, 12 Apr 2014 08:40:10 +0000 (UTC)
commit e118afa0727235f640260c07f272696b21fc2eec
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]