Searched refs:mnemonic (Results 1 – 22 of 22) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_motif.c | 1263 menu->mnemonic = 0; in gui_mch_add_menu_item() 1961 if (mnemonic != '\0') in do_mnemonic() 2044 if (mnemonic != '\0') in add_mnemonic_grabs() 2178 KeySym mnemonic = NUL; in set_predefined_label() local 2197 mnemonic = next[0]; in set_predefined_label() 2209 XmNmnemonic, mnemonic, in set_predefined_label() 2576 KeySym mnemonic = NUL; in gui_mch_dialog() local 2587 mnemonic = next[0]; in gui_mch_dialog() 2603 XmNmnemonic, mnemonic, in gui_mch_dialog() 3609 mnemonic = next[0]; in set_label() [all …]
|
| H A D | menu.c | 37 static char_u *menu_text(char_u *text, int *mnemonic, char_u **actext); 594 menu->dname = menu_text(name, &menu->mnemonic, &menu->actext); in add_menu_path() 1802 menu_text(char_u *str, int *mnemonic, char_u **actext) in menu_text() argument 1826 if (mnemonic != NULL && p[1] != '&') in menu_text() 1828 *mnemonic = p[1]; in menu_text() 1839 *mnemonic = c; in menu_text() 2137 if (menu->mnemonic == key in gui_is_menu_shortcut() 2138 || (menu->mnemonic < 256 && TOLOWER_LOC(menu->mnemonic) == key)) in gui_is_menu_shortcut() 2879 buf[utf_char2bytes(menu->mnemonic, buf)] = NUL; in menuitem_getinfo() 2882 buf[0] = (char_u)menu->mnemonic; in menuitem_getinfo()
|
| H A D | gui_photon.c | 2545 if (menu->mnemonic != 0) in gui_mch_add_menu() 2547 PtAddHotkeyHandler(gui.vimWindow, tolower(menu->mnemonic), in gui_mch_add_menu()
|
| H A D | gui_haiku.cc | 4552 int mnemonic = 0; in gui_mch_add_menu_item() local 4583 item->SetTrigger((char) menu->mnemonic); in gui_mch_add_menu_item()
|
| H A D | structs.h | 3950 int mnemonic; // mnemonic key (after '&') member
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_28.txt | 76 mnemonic meaning to make it easier to remember the commands:
|
| H A D | pattern.txt | 184 b[+num] [num] identical to s[+num] above (mnemonic: begin) 185 b[-num] [num] identical to s[-num] above (mnemonic: begin)
|
| H A D | quickref.txt | 168 b[+num] [num] identical to s[+num] above (mnemonic: begin) 169 b[-num] [num] identical to s[-num] above (mnemonic: begin)
|
| H A D | tagsrch.txt | 900 (mnemonic: the tag function may use the context around the
|
| H A D | motion.txt | 32 know what the hjkl keys do. The mnemonic value of hjkl is clear from looking
|
| H A D | digraph.txt | 128 mnemonics. To make it easy to remember the mnemonic, the second character has
|
| H A D | version5.txt | 2450 mnemonic and TAB for accelerator text. They are ignored on systems that don't 2453 before the mnemonic. 2962 didn't compare with the simplified version (no mnemonic or accelerator) of the
|
| H A D | todo.txt | 4130 Support CTRL-K _{mnemonic}_
|
| H A D | version7.txt | 3396 Problem: Mac: Using a menu name that only has a mnemonic or accelerator
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_startup.vim | 1259 " Illegal mnemonic character; Could not convert X KEYSYM to a keycode
|
| /vim-8.2.3635/src/po/ |
| H A D | nl.po | 3270 #. Only a mnemonic or accelerator is not valid.
|
| H A D | sv.po | 3611 #. Only a mnemonic or accelerator is not valid.
|
| H A D | pl.UTF-8.po | 3797 #. Only a mnemonic or accelerator is not valid.
|
| H A D | pl.cp1250.po | 3797 #. Only a mnemonic or accelerator is not valid.
|
| H A D | pl.po | 3797 #. Only a mnemonic or accelerator is not valid.
|
| H A D | ga.po | 3868 #. Only a mnemonic or accelerator is not valid.
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 11568 " (mnemonic: cb = copy (marked files) to buffer list)
|