[gnome-builder] keybindings: use <ctrl>0 for focus sidebar
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] keybindings: use <ctrl>0 for focus sidebar
- Date: Mon, 13 Apr 2015 23:22:40 +0000 (UTC)
commit 05427f049b6f14b00fc520c9dcb4c5defa8deda3
Author: Christian Hergert <christian hergert me>
Date: Mon Apr 13 16:21:48 2015 -0700
keybindings: use <ctrl>0 for focus sidebar
Now that the text columns are 1..5, 0 feels pretty natural for the
sidebar focus.
src/app/gb-application.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/app/gb-application.c b/src/app/gb-application.c
index 5f1c8b1..e723b10 100644
--- a/src/app/gb-application.c
+++ b/src/app/gb-application.c
@@ -152,8 +152,8 @@ gb_application_load_keybindings (GbApplication *self)
g_autoptr(GSettings) settings = NULL;
g_autofree gchar *name = NULL;
static const struct { gchar *name; gchar *binding; } shared_bindings[] = {
- { "workspace.focus-sidebar", "<ctrl>F9" },
{ "workspace.toggle-sidebar", "F9" },
+ { "workspace.focus-sidebar", "<ctrl>0" },
{ "workspace.focus-stack(1)", "<ctrl>1" },
{ "workspace.focus-stack(2)", "<ctrl>2" },
{ "workspace.focus-stack(3)", "<ctrl>3" },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]