[brisk-menu] 01/04: debian/patches: Add 1000_bind_alt_f1.patch. Restores the default MATE keybinding for activating the menu.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Fri May 19 01:07:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

flexiondotorg-guest pushed a commit to branch ubuntu/zesty
in repository brisk-menu.

commit f6fff108dcdfb3f476da21f9ac942ff433b19f73
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date:   Wed Mar 15 22:46:59 2017 +0000

    debian/patches: Add 1000_bind_alt_f1.patch. Restores the default MATE keybinding for activating the menu.
---
 debian/patches/1000_bind_alt_f1.patch | 13 +++++++++++++
 debian/patches/README                 |  3 +++
 debian/patches/series                 |  1 +
 3 files changed, 17 insertions(+)

diff --git a/debian/patches/1000_bind_alt_f1.patch b/debian/patches/1000_bind_alt_f1.patch
new file mode 100644
index 0000000..689c321
--- /dev/null
+++ b/debian/patches/1000_bind_alt_f1.patch
@@ -0,0 +1,13 @@
+diff --git a/src/applet.c b/src/applet.c
+index a626073..edeba60 100644
+--- a/src/applet.c
++++ b/src/applet.c
+@@ -208,7 +208,7 @@ static void brisk_menu_applet_init(BriskMenuApplet *self)
+         /* Load initially in the idle loop, prevent lagging panel on startup */
+         g_idle_add((GSourceFunc)brisk_menu_window_load_menus, self->menu);
+ 
+-        if (!brisk_key_binder_bind(self->binder, "<Ctrl>F10", hotkey_cb, self)) {
++        if (!brisk_key_binder_bind(self->binder, "<Alt>F1", hotkey_cb, self)) {
+                 g_message("Failed to bind keyboard shortcut");
+         }
+ 
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f3ce6d1
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1000_bind_alt_f1.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/brisk-menu.git



More information about the pkg-mate-commits mailing list