Home
last modified time | relevance | path

Searched refs:Key (Results 1 – 25 of 68) sorted by relevance

123

/vim-8.2.3635/src/
H A Dif_ole.cpp540 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 Dgui_haiku.cc536 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 DREADME.md209 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 Ddvorak.vim12 " Key to go into dvorak mode:
15 " Key to get out of dvorak mode:
/vim-8.2.3635/runtime/syntax/
H A Dregistry.vim23 " Registry Key constant
26 " Registry Key shortcuts
H A Dtaskdata.vim14 " Key Names for values.
H A Dfvwm.vim65 syn match fvwmKey "\<Key\s\+\w\+"he=s+3
85 \ IconBox IconFont Iconify IconPath Key
529 \ Key PointerKey
H A Diss.vim40 syn match issParam "Section:\|Key:\|String:"
H A Dbasic.vim43 syn keyword basicStatement IOCTL ioctl Ioctl KEY key Key
H A Djulia.vim198 …Stack\)\?Overflow\|EOF\|Undef\%(Ref\|Var\)\|System\|Type\|Parse\|Argument\|Key\|Load\|Method\|Inex…
/vim-8.2.3635/runtime/ftplugin/
H A Dsql.vim415 " 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 Dversion4.txt19 Key codes changed |key-codes-changed|
125 Key codes changed *key-codes-changed*
H A Dusr_toc.txt290 |40.1| Key mapping
H A Dusr_40.txt12 |40.1| Key mapping
21 *40.1* Key mapping
H A Dos_dos.txt58 1. Type Windows Key + R to open the "Run" dialog box.
H A Dmap.txt7 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 Dnetbeans.txt22 10.2. NetBeans Key Bindings |netbeans-keybindings|
955 10.2. NetBeans Key Bindings *netbeans-keybindings*
H A Dif_lua.txt241 Key with no value returns `nil`.
H A Dgui_w32.txt408 Normally, Vim takes control of all Alt-<Key> combinations, to increase the
H A Dterm.txt266 <Key>Home: string("0x1b") string("[7~") \n\
267 <Key>End: string("0x1b") string("[8~")
H A Dusr_02.txt560 10) Key combinations. They usually start with a single letter indicating
H A Dgui.txt1195 - 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 Dtest_let.vim246 " Key code
/vim-8.2.3635/nsis/
H A Dgvim.nsi833 # 2nd group - Key remapping
/vim-8.2.3635/runtime/autoload/
H A Dhaskellcomplete.vim2096 \ , "Graphics.Win32.Key"
2112 \ , "System.Win32.Automation.Input.Key"

123