[gedit/wip/3.14-osx] [osx] Bind <primary><alt>I to toggle-overwrite
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/wip/3.14-osx] [osx] Bind <primary><alt>I to toggle-overwrite
- Date: Sat, 23 Aug 2014 17:42:06 +0000 (UTC)
commit f27106713e687956b16cef88b54b71da6eb76484
Author: Jesse van den Kieboom <jessevdk gmail com>
Date: Sat Aug 23 19:41:26 2014 +0200
[osx] Bind <primary><alt>I to toggle-overwrite
gedit/resources/css/gedit-style-osx.css | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gedit/resources/css/gedit-style-osx.css b/gedit/resources/css/gedit-style-osx.css
index 859247d..b647dd1 100644
--- a/gedit/resources/css/gedit-style-osx.css
+++ b/gedit/resources/css/gedit-style-osx.css
@@ -49,6 +49,9 @@
bind "<primary>KP_Up" { "move-cursor" (buffer-ends, -1, 0) };
bind "<primary><shift>KP_Up" { "move-cursor" (buffer-ends, -1, 1) };
+ bind "<primary><alt>I" { "toggle-overwrite" () };
+ unbind "Insert";
+
unbind "<control>Down";
unbind "<control>KP_Down";
unbind "<control><shift>Down";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]