[geany/geany-plugins] 805875: Removed default keybinding

shankhs git-noreply at xxxxx
Fri Mar 28 18:10:21 UTC 2014


Branch:      refs/heads/master
Author:      shankhs <shankholove at gmail.com>
Committer:   shankhs <shankholove at gmail.com>
Date:        Fri, 28 Mar 2014 18:10:21 UTC
Commit:      8058753a059d26393e8bb33a1c2a674bb653924f
             https://github.com/geany/geany-plugins/commit/8058753a059d26393e8bb33a1c2a674bb653924f

Log Message:
-----------
Removed default keybinding


Modified Paths:
--------------
    shiftcolumn/src/shiftcolumn.c

Modified: shiftcolumn/src/shiftcolumn.c
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -397,9 +397,9 @@ void plugin_init(G_GNUC_UNUSED GeanyData *data){
 
    /* setup keybindings */
    keybindings_set_item(plugin_key_group, KB_SHIFT_LEFT, kb_shift_left,
-      GDK_9, GDK_CONTROL_MASK, "shift_left", _("Shift Left"), menu_item_shift_left);
+      0, GDK_CONTROL_MASK, "shift_left", _("Shift Left"), menu_item_shift_left);
    keybindings_set_item(plugin_key_group, KB_SHIFT_RIGHT, kb_shift_right,
-      GDK_0, GDK_CONTROL_MASK, "shift_right", _("Shift Right"), menu_item_shift_right);
+      0, GDK_CONTROL_MASK, "shift_right", _("Shift Right"), menu_item_shift_right);
    }
 
 void plugin_cleanup(void){



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list