Searched refs:hotkeys (Results 1 – 6 of 6) sorted by relevance
3750 char_u *hotkeys; in do_dialog() local3794 hotkeys = msg_show_console_dialog(message, buttons, dfltbutton); in do_dialog()3796 if (hotkeys != NULL) in do_dialog()3825 for (i = 0; hotkeys[i]; ++i) in do_dialog()3829 if ((*mb_ptr2char)(hotkeys + i) == c) in do_dialog()3831 i += (*mb_ptr2len)(hotkeys + i) - 1; in do_dialog()3834 if (hotkeys[i] == c) in do_dialog()3838 if (hotkeys[i]) in do_dialog()3846 vim_free(hotkeys); in do_dialog()
5 " I'm working on defining (unaccented) hotkeys for everything.6 " I want to remove y and z hotkeys, because on the hungarian keymap they're at10 " If the hotkeys are not uniq (pressing the hotkey doesn't executes the menu,
102 accessible using the toolbar or by assigning hotkeys to them (see below).
591 hotkeys be used from Vim.
11270 Problem: Multi-byte characters cannot be used as hotkeys in a console11273 default hotkeys.11345 Problem: Multi-byte characters still cannot be used as hotkeys in a console
6506 Problem: Mac: dialog hotkeys don't work.