comparison finch/libgnt/gntwm.c @ 22780:1de2fa8be76b

Remove the undocumented default binding (ctrl+g) to start ignoring keybindings. This is not really useful yet, and causes a huge lot of confusion.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 01 May 2008 22:21:05 +0000
parents 2ded253bcdbb
children 729a340375fa
comparison
equal deleted inserted replaced
22774:4fa58a0bd220 22780:1de2fa8be76b
1514 gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "help-for-wm", help_for_wm, 1514 gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "help-for-wm", help_for_wm,
1515 "\033" "\\", NULL); 1515 "\033" "\\", NULL);
1516 gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "help-for-window", help_for_window, 1516 gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "help-for-window", help_for_window,
1517 "\033" "|", NULL); 1517 "\033" "|", NULL);
1518 gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "ignore-keys-start", ignore_keys_start, 1518 gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "ignore-keys-start", ignore_keys_start,
1519 GNT_KEY_CTRL_G, NULL); 1519 NULL, NULL);
1520 gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "ignore-keys-end", ignore_keys_end, 1520 gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "ignore-keys-end", ignore_keys_end,
1521 "\033" GNT_KEY_CTRL_G, NULL); 1521 "\033" GNT_KEY_CTRL_G, NULL);
1522 gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "window-next-urgent", window_next_urgent, 1522 gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "window-next-urgent", window_next_urgent,
1523 "\033" "\t", NULL); 1523 "\033" "\t", NULL);
1524 snprintf(key, sizeof(key), "\033%s", GNT_KEY_BACK_TAB); 1524 snprintf(key, sizeof(key), "\033%s", GNT_KEY_BACK_TAB);