| /vim-8.2.3635/src/ |
| H A D | if_ole.cpp | 540 char Key[MAX_CLSID_LEN]; in RegisterMe() local 541 strcpy(Key, "CLSID\\"); in RegisterMe() 542 strcat(Key, clsid); in RegisterMe() 545 SetKeyAndValue(Key, NULL, MYNAME); in RegisterMe() 546 SetKeyAndValue(Key, "LocalServer32", module); in RegisterMe() 547 SetKeyAndValue(Key, "ProgID", MYPROGID); in RegisterMe() 549 SetKeyAndValue(Key, "TypeLib", libid); in RegisterMe() 612 char Key[MAX_CLSID_LEN]; in UnregisterMe() local 613 strcpy(Key, "CLSID\\"); in UnregisterMe() 614 strcat(Key, clsid); in UnregisterMe() [all …]
|
| H A D | gui_haiku.cc | 536 Key, Resize, ScrollBar, Menu, Mouse, MouseMoved, Focus, Refs, Tabline, TablineMenu enumerator 540 struct VimKeyMsg Key; member 973 write_port(gui.vdcmp, VimMsg::Key, &km, sizeof(km)); in QuitRequested() 1393 write_port(gui.vdcmp, VimMsg::Key, &km, sizeof(km)); in KeyDown() 1622 write_port(gui.vdcmp, VimMsg::Key, &km, sizeof(km)); in MessageReceived() 3069 case VimMsg::Key: in gui_haiku_process_event() 3071 char_u *string = vm.u.Key.chars; in gui_haiku_process_event() 3072 int len = vm.u.Key.length; in gui_haiku_process_event() 3078 if (vm.u.Key.csi_escape) in gui_haiku_process_event()
|
| H A D | README.md | 209 a menu action. Key hits are handled by the system-specific GUI code, which
|
| /vim-8.2.3635/runtime/pack/dist/opt/dvorak/plugin/ |
| H A D | dvorak.vim | 12 " Key to go into dvorak mode: 15 " Key to get out of dvorak mode:
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | registry.vim | 23 " Registry Key constant 26 " Registry Key shortcuts
|
| H A D | taskdata.vim | 14 " Key Names for values.
|
| H A D | fvwm.vim | 65 syn match fvwmKey "\<Key\s\+\w\+"he=s+3 85 \ IconBox IconFont Iconify IconPath Key 529 \ Key PointerKey
|
| H A D | iss.vim | 40 syn match issParam "Section:\|Key:\|String:"
|
| H A D | basic.vim | 43 syn keyword basicStatement IOCTL ioctl Ioctl KEY key Key
|
| H A D | julia.vim | 198 …Stack\)\?Overflow\|EOF\|Undef\%(Ref\|Var\)\|System\|Type\|Parse\|Argument\|Key\|Load\|Method\|Inex…
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | sql.vim | 415 " Key to trigger SQL completion 419 " Key to trigger drill into column list 423 " Key to trigger drill out of column list
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version4.txt | 19 Key codes changed |key-codes-changed| 125 Key codes changed *key-codes-changed*
|
| H A D | usr_toc.txt | 290 |40.1| Key mapping
|
| H A D | usr_40.txt | 12 |40.1| Key mapping 21 *40.1* Key mapping
|
| H A D | os_dos.txt | 58 1. Type Windows Key + R to open the "Run" dialog box.
|
| H A D | map.txt | 7 Key mapping, abbreviations and user-defined commands. 12 1. Key mapping |key-mapping| 30 1. Key mapping *key-mapping* *mapping* *macro* 32 Key mapping is used to change the meaning of typed keys. The most common use
|
| H A D | netbeans.txt | 22 10.2. NetBeans Key Bindings |netbeans-keybindings| 955 10.2. NetBeans Key Bindings *netbeans-keybindings*
|
| H A D | if_lua.txt | 241 Key with no value returns `nil`.
|
| H A D | gui_w32.txt | 408 Normally, Vim takes control of all Alt-<Key> combinations, to increase the
|
| H A D | term.txt | 266 <Key>Home: string("0x1b") string("[7~") \n\ 267 <Key>End: string("0x1b") string("[8~")
|
| H A D | usr_02.txt | 560 10) Key combinations. They usually start with a single letter indicating
|
| H A D | gui.txt | 1195 - Typing ^V followed by a special key in the GUI will insert "<Key>", since 1197 get "<Modifiers-Key>".
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_let.vim | 246 " Key code
|
| /vim-8.2.3635/nsis/ |
| H A D | gvim.nsi | 833 # 2nd group - Key remapping
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | haskellcomplete.vim | 2096 \ , "Graphics.Win32.Key" 2112 \ , "System.Win32.Automation.Input.Key"
|