# HG changeset patch # User Sadrul Habib Chowdhury # Date 1209680465 0 # Node ID 1de2fa8be76b2b2d73901581b84d8b57ff8c8d9f # Parent 4fa58a0bd2208577424abdf078ac92b158a0f5e5 Remove the undocumented default binding (ctrl+g) to start ignoring keybindings. This is not really useful yet, and causes a huge lot of confusion. diff -r 4fa58a0bd220 -r 1de2fa8be76b finch/libgnt/gntwm.c --- a/finch/libgnt/gntwm.c Thu May 01 03:10:29 2008 +0000 +++ b/finch/libgnt/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,