Home
last modified time | relevance | path

Searched refs:keymaps (Results 126 – 150 of 1565) sorted by relevance

12345678910>>...63

/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/xkb/
H A DREADME.compiled3 current keymap and/or any scratch keymaps used by clients. The X server
5 so it is not a safe place to store compiled keymaps for long periods of
/dports/x11-servers/xarcan/xarcan-0.6.0/xkb/
H A DREADME.compiled3 current keymap and/or any scratch keymaps used by clients. The X server
5 so it is not a safe place to store compiled keymaps for long periods of
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/xkb/
H A DREADME.compiled3 current keymap and/or any scratch keymaps used by clients. The X server
5 so it is not a safe place to store compiled keymaps for long periods of
/dports/shells/zsh/zsh-5.8.1/Test/
H A DX03zlebindkey.ztst63 0:creating keymaps from existing keymaps
75 0:deleting keymaps
151 0:delete all keymaps after expanding keymapnamtab
/dports/emulators/qemu5/qemu-5.2.0/ui/
H A Dmeson.build12 'keymaps.c',
103 keymaps = [ variable
124 foreach e : keymaps
129 input: files('keycodemapdb/data/keymaps.csv'),
/dports/emulators/qemu/qemu-6.2.0/ui/
H A Dmeson.build13 'keymaps.c',
108 keymaps = [ variable
129 foreach e : keymaps
134 input: files('keycodemapdb/data/keymaps.csv'),
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/ui/
H A Dmeson.build13 'keymaps.c',
108 keymaps = [ variable
129 foreach e : keymaps
134 input: files('keycodemapdb/data/keymaps.csv'),
/dports/emulators/qemu60/qemu-6.0.0/ui/
H A Dmeson.build12 'keymaps.c',
104 keymaps = [ variable
125 foreach e : keymaps
130 input: files('keycodemapdb/data/keymaps.csv'),
/dports/editors/emacs/emacs-27.2/doc/lispref/
H A Dkeymaps.texi148 keymaps shadow both local and global keymaps. @xref{Active Keymaps},
200 @dfn{full keymap}. Other keymaps are called @dfn{sparse keymaps}.
655 Emacs contains many keymaps, but at any time only a few keymaps are
658 the active keymaps.
664 keymaps.
766 keymaps:
943 or overlay keymaps, and all the minor mode keymaps.
1580 Translation keymaps have the same structure as other keymaps, but
1944 set of keymaps.
1953 is a list of keymaps, only those keymaps are searched.
[all …]
/dports/math/oleo/oleo-1.99.16/doc/
H A Dkeymaps.texi11 The different keymaps, and their usage are as follows:
14 universal The root of all keymaps.
25 The diagram below shows the relationship between the various keymaps.
86 executed with read-commands, will return the keymaps to their
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archipack/
H A Darchipack_keymaps.py90 …evs = [ev for k, ev in context.window_manager.keyconfigs[0].keymaps[keyconfig].keymap_items.items()
114 for key in km.keymaps.keys():
/dports/games/scummvm/scummvm-2.5.1/engines/sky/
H A Dmetaengine.cpp138 KeymapArray keymaps(2); in initKeymaps() local
139 keymaps[0] = mainKeymap; in initKeymaps()
140 keymaps[1] = shortcutsKeymap; in initKeymaps()
142 return keymaps; in initKeymaps()
/dports/devel/p5-Term-ReadLine-Zoid/Term-ReadLine-Zoid-0.07/lib/Term/ReadLine/Zoid/
H A DBase.pm164 my $map = $$self{keymaps}{$$self{mode}};
169 $map = $$self{keymaps}{ $$map{_isa} }
254 my $map = $$self{keymaps}{$mode};
258 $map = $$self{keymaps}{ $$map{_isa} }
/dports/editors/emacs-devel/emacs-4d1968b/doc/lispref/
H A Dkeymaps.texi156 keymaps shadow both local and global keymaps. @xref{Active Keymaps},
208 @dfn{full keymap}. Other keymaps are called @dfn{sparse keymaps}.
753 Emacs contains many keymaps, but at any time only a few keymaps are
756 the active keymaps.
762 keymaps.
832 keymaps:
1009 or overlay keymaps, and all the minor mode keymaps.
1838 Translation keymaps have the same structure as other keymaps, but
2166 set of keymaps.
2175 is a list of keymaps, only those keymaps are searched.
[all …]
/dports/emulators/x16-emulator/x16-emulator-r38/
H A Dmain.c48 char *keymaps[] = { variable
461 for (int i = 0; i < sizeof(keymaps)/sizeof(*keymaps); i++) { in usage_keymap()
462 printf("\t%s\n", keymaps[i]); in usage_keymap()
532 for (int i = 0; i < sizeof(keymaps)/sizeof(*keymaps); i++) { in main()
533 if (!strcmp(argv[0], keymaps[i])) { in main()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/materials_utils/
H A D__init__.py183 km = kc.keymaps.new(name = "3D View", space_type = "VIEW_3D")
202 km = kc.keymaps["3D View"]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/greasepencil_tools/
H A Dprefs.py221 km = bpy.context.window_manager.keyconfigs.addon.keymaps.get("3D View")
223 km = addon.keymaps.new(name = "3D View", space_type = "VIEW_3D")
226 km = addon.keymaps.new(name='3D View', space_type='VIEW_3D')
/dports/games/scummvm/scummvm-2.5.1/engines/nancy/
H A Dinput.cpp156 void InputManager::initKeymaps(Common::KeymapArray &keymaps) { in initKeymaps() argument
261 keymaps.push_back(mainKeymap); in initKeymaps()
262 keymaps.push_back(debugKeymap); in initKeymaps()
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dcommands.cc1500 auto& keymaps = context.keymaps(); in __anon866708e22c02() local
1501 auto user_modes = keymaps.user_modes(); in __anon866708e22c02()
1506 for (auto& key : keymaps.get_mapped_keys(m)) in __anon866708e22c02()
1787 KeymapManager& keymaps = get_scope(params[0], context).keymaps(); in map_key_completer() local
1789 KeyList keys = keymaps.get_mapped_keys(keymap_mode); in map_key_completer()
1812 KeymapManager& keymaps = get_scope(parser[0], context).keymaps(); in __anon866708e23502() local
1837 KeymapManager& keymaps = get_scope(parser[0], context).keymaps(); in __anon866708e23602() local
1842 keymaps.unmap_keys(keymap_mode); in __anon866708e23602()
1850 if (keymaps.is_mapped(key[0], keymap_mode) and in __anon866708e23602()
1854 keymaps.unmap_key(key[0], keymap_mode); in __anon866708e23602()
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/gui-doc/scribblings/gui/
H A Dkeymap-class.scrbl23 or @method[keymap% handle-mouse-event]). For keymaps associated with
48 handle-mouse-event], or @method[keymap% call-function]. For keymaps
58 This method doesn't check chained keymaps to see if the function
90 If @racket[try-chain?] is not @racket[#f], keymaps chained to this one
107 precedence over other keymaps already chained to @this-obj[] in the
108 case that both keymaps map the same key sequence.
112 Multiple keymaps can be chained off one keymap using @method[keymap%
113 chain-to-keymap]. When keymaps are chained off a main keymap, events
114 not handled by the main keymap are passed to the chained keymaps
121 invoked in one of the keymaps. This state can be manually cleared
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/modules/bl_keymap_utils/
H A Dkeymap_from_toolbar.py95 keymap = keyconf_active.keymaps.get(km_name)
97 keymap = keyconf_active.keymaps.new(km_name, space_type='EMPTY', region_type='TEMPORARY')
101 keymap_src = keyconf_user.keymaps.get(km_name_default)
241 km = keyconf_user.keymaps.get(item.keymap[0])
/dports/editors/le/le-1.16.6/misc/
H A DMakefile.am2 keymaps = keymap-emacs keymap-default macro
15 nobase_pkgdata_DATA = $(colors) $(keymaps) $(mainmenus) $(syntax)
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/EventClients/Clients/PS3BDRemote/
H A Dps3_remote.py41 from ps3.keymaps import keymap_remote as g_keymap # look here to change the keymapping
47 from kodi.ps3.keymaps import keymap_remote as g_keymap # look here to change the keymapping
/dports/devel/transient/transient-0.3.7/
H A DREADME.md11 > Transient keymaps are a feature provided by Emacs. Transients as
12 > implemented by this package involve the use of transient keymaps.
35 the transient keymaps and hook functions are removed, the popup buffer
/dports/net/c3270/suite3270-4.0/c3270/
H A DMakefile.aux56 $(PRODUCT).man: x3270.man.m4 ft.inc resources.inc keymaps.inc hostname.inc $(MANDEP)
58 html/$(PRODUCT)-man.html: x3270.man.m4 ft.inc resources.inc keymaps.inc hostname.inc $(MANDEP)

12345678910>>...63