[gitg] Remove unnecessery Shift key from a shortcut
- From: Alberto Fanjul <albfan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Remove unnecessery Shift key from a shortcut
- Date: Mon, 3 Feb 2020 09:03:10 +0000 (UTC)
commit 33acfcd5d7afece6b73595bf59e495faf934ea7b
Author: Sabri Ünal <libreajans gmail com>
Date: Mon Feb 3 09:02:55 2020 +0000
Remove unnecessery Shift key from a shortcut
gitg/gitg-application.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gitg/gitg-application.vala b/gitg/gitg-application.vala
index 38a9a168..527deddc 100644
--- a/gitg/gitg-application.vala
+++ b/gitg/gitg-application.vala
@@ -388,7 +388,7 @@ public class Application : Gtk.Application
const Accel[] single_accels = {
{"app.new", "<Primary>N",},
{"app.quit", "<Primary>Q"},
- {"app.shortcuts", "<Shift><Primary>question"},
+ {"app.shortcuts", "<Primary>question"},
{"app.help", "F1"},
{"win.search", "<Primary>F"},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]