qulogic/libgnt

b156267e8b82
Parents aa5be60292de
Children 29583fc4dc71
Remove the undocumented default binding (ctrl+g) to start ignoring
keybindings. This is not really useful yet, and causes a huge lot of
confusion.
  • +1 -1
    gntwm.c
  • --- a/gntwm.c Mon Apr 28 22:34:39 2008 +0000
    +++ b/gntwm.c Thu May 01 22:21:05 2008 +0000
    @@ -1516,7 +1516,7 @@
    gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "help-for-window", help_for_window,
    "\033" "|", NULL);
    gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "ignore-keys-start", ignore_keys_start,
    - GNT_KEY_CTRL_G, NULL);
    + NULL, NULL);
    gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "ignore-keys-end", ignore_keys_end,
    "\033" GNT_KEY_CTRL_G, NULL);
    gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "window-next-urgent", window_next_urgent,