[gnome-builder] editor: fix action names for go-forward and go-backward
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] editor: fix action names for go-forward and go-backward
- Date: Fri, 8 May 2015 18:30:25 +0000 (UTC)
commit dff5d04d56b2247a79bcf9b588b711ac1ed40d9d
Author: Dimitris Zenios <dimitris zenios gmail com>
Date: Fri May 8 17:24:53 2015 +0300
editor: fix action names for go-forward and go-backward
https://bugzilla.gnome.org/show_bug.cgi?id=749116
data/keybindings/default.css | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/keybindings/default.css b/data/keybindings/default.css
index 4fcf02a..f82b997 100644
--- a/data/keybindings/default.css
+++ b/data/keybindings/default.css
@@ -9,8 +9,8 @@
bind "<ctrl>o" { "action" ("workbench", "open", "") };
bind "<ctrl>s" { "action" ("view", "save", "") };
bind "<ctrl><shift>s" { "action" ("view", "save-as", "") };
- bind "<alt><shift>Left" { "action" ("navigation", "go-backward", "") };
- bind "<alt><shift>Right" { "action" ("navigation", "go-forward", "") };
+ bind "<alt><shift>Left" { "action" ("view-stack", "go-backward", "") };
+ bind "<alt><shift>Right" { "action" ("view-stack", "go-forward", "") };
bind "<ctrl>w" { "action" ("view", "close", "") };
bind "<alt>period" { "goto-definition" () };
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]