Home
last modified time | relevance | path

Searched refs:hotkeys (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dmessage.c3750 char_u *hotkeys; in do_dialog() local
3794 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()
/vim-8.2.3635/runtime/lang/
H A Dmenu_hu_hu.iso_8859-2.vim5 " 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 at
10 " If the hotkeys are not uniq (pressing the hotkey doesn't executes the menu,
/vim-8.2.3635/src/VisVim/
H A DREADME_VisVim.txt102 accessible using the toolbar or by assigning hotkeys to them (see below).
/vim-8.2.3635/runtime/doc/
H A Dnetbeans.txt591 hotkeys be used from Vim.
H A Dversion6.txt11270 Problem: Multi-byte characters cannot be used as hotkeys in a console
11273 default hotkeys.
11345 Problem: Multi-byte characters still cannot be used as hotkeys in a console
H A Dversion7.txt6506 Problem: Mac: dialog hotkeys don't work.