Home
last modified time | relevance | path

Searched +refs:unbind +refs:key +refs:in +refs:map (Results 1 – 25 of 1515) sorted by relevance

12345678910>>...61

/dports/math/oleo/oleo-1.99.16/doc/
H A Dkeymaps.texi5 of actions associated with a key in a given context is called a
6 'keymap'. Keymaps may have a 'default map'. If a key is pressed which
7 does not have an assigned meaning in that map, the map's default map is
8 checked, and that map's default map, until a command is found or there
62 move up one cell in the main keymap, type
69 @item M-x unbind-key
70 @cmindex unbind-key
71 This asks for the name of a keymap and the key in that map to unbind.
74 @key{M-k} unbind-key @key{RET} meta @key{RET} @key{k}
95 This command opens the file you specify, reads in each
[all …]
H A Doleo.info-2584 When you define a data set (using the `d' key in the graph menu),
696 The `o' key in the main graph menu selects the type of output. A
1022 listing of actions associated with a key in a given context is called a
1023 'keymap'. Keymaps may have a 'default map'. If a key is pressed which
1024 does not have an assigned meaning in that map, the map's default map is
1025 checked, and that map's default map, until a command is found or there
1069 `M-x bind-key'
1078 `M-x unbind-key'
1079 This asks for the name of a keymap and the key in that map to
1080 unbind. For example, to remove the default mapping bound to
[all …]
/dports/editors/abiword/abiword-3.0.5/plugins/loadbindings/xp/
H A DLoadBindings.cpp217 if (in) in LoadKeybindings()
220 g_object_unref(G_OBJECT(in)); in LoadKeybindings()
504 std::string key; in SaveBindings_invoke() local
508 key = keyName; in SaveBindings_invoke()
545 GsfInput* in = NULL; in LoadBindings() local
730 EV_EditKeyPress key; in Load() local
731 sscanf(keyStr,"%x",&key); in Load()
750 UT_uint8 unbind = 0; in Load() local
753 unbind |= DONT_UNBIND_KEYSTROKES; in Load()
757 unbind |= DONT_UNBIND_MOUSECONTEXTS; in Load()
[all …]
/dports/editors/uemacs/uemacs-4.0/brief/
H A Dbrief.rc93 unbind-key ^M
203 unbind-key ^A
221 unbind-key ^B
242 unbind-key ^C
286 unbind-key ^E
298 unbind-key ^F
364 unbind-key ^K
377 unbind-key ^L
412 unbind-key ^N
424 unbind-key ^O
[all …]
H A Dbrief322 unbind-key ^A
340 unbind-key ^B
361 unbind-key ^C
405 unbind-key ^E
417 unbind-key ^F
483 unbind-key ^K
496 unbind-key ^L
531 unbind-key ^N
543 unbind-key ^O
577 unbind-key ^P
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/topics/basics/binding_parameters/
H A DREADME.md37 unbound parameters. Calling `cass_statement_reset_parameters()` will unbind (or
42 …ing `list`, `map` and `set` Cassandra types. The code below shows how to construct a `list` collec…
63 Maps are built similarly, but the key and value need to be interleaved as they are appended to the …
72 /* map["abc"] = 123 */
73 cass_collection_append_string(map, "abc");
74 cass_collection_append_int32(map, 123);
76 /* map["def"] = 456 */
77 cass_collection_append_string(map, "def");
78 cass_collection_append_int32(map, 456);
80 cass_statement_bind_collection(statement, 0, map);
[all …]
/dports/shells/fish/fish-3.3.1/share/completions/
H A Dcf.fish7 create-service-key service-keys service-key delete-service-key bind-service \
8 unbind-service bind-route-service unbind-route-service \
13 router-groups routes create-route check-route map-route unmap-route \
28 unbind-security-group bind-staging-security-group staging-security-groups \
29 unbind-staging-security-group bind-running-security-group \
30 running-security-groups unbind-running-security-group \
86 complete -f -n "__fish_use_subcommand $subcommands" -c cf -a create-service-key -d "Create key for …
88 complete -f -n "__fish_use_subcommand $subcommands" -c cf -a service-key -d "Show service key info"
89 …te -f -n "__fish_use_subcommand $subcommands" -c cf -a delete-service-key -d "Delete a service key"
118 complete -f -n "__fish_use_subcommand $subcommands" -c cf -a map-route -d "Add a url route to an ap…
[all …]
/dports/math/gap/gap-4.11.0/hpcgap/lib/distributed/
H A Dloutils.g57 arg[3], "] => GA map");
94 for obj in arg do
129 Read( InputTextString( str ) ); # Read() does ReadEval in GAP
134 return NO_RET_VAL; # Unfortunately, Read() seems to unbind LastReadValue
141 MyLookupHashTable := function (table, key)
148 for i in [1..Length(keys)] do
149 if keys[i] = key then
164 keys[Length(keys)+1] := key;
168 while keys[i] <> key do
181 for i in [1..Length(keys)] do
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/browser/extensions/pdfjs/content/
H A DPdfStreamConverter.jsm147 var map = {};
156 if (!(key in map)) {
157 map[key] = {};
159 map[key][property] = string.value;
161 return map;
456 for (key in streamTypes) {
468 for (key in fontTypes) {
571 for (var key in prefs) {
612 for (var key in prefs) {
957 unbind() {
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/combokeys/
H A DREADME.md3 Combokeys is a JavaScript library for handling keyboard shortcuts in the browser.
7 … and **9.9kb** minified, has no external dependencies, and has been tested in the following browse…
9 - Internet Explorer 6+ (test suite works in IE9+)
14 …ess``, ``keydown``, and ``keyup`` events on specific keys, keyboard combinations, or key sequences.
62 // map multiple combinations to the same callback
106 - You can bind key events directly to special keys such as ``?`` or ``*`` without having to specify…
108 - You can bind Gmail like key sequences in addition to regular keys and key combinations
109 - You can programatically trigger key events with the ``trigger()`` method
119 …ling/mice). At the time of this writing, the only differences are in how you get it in your page (…
121 The public API consists of `.bind`, `.unbind`, `.trigger`, `.stopCallback`, `.detach` and `.reset`.
[all …]
/dports/graphics/py-PyOpenGL-accelerate/PyOpenGL-accelerate-3.1.5/src/
H A Dvbo.pyx135 of state-aware changes to correctly map the source into the low-level
140 raise NotImplemented( """Don't know how to map stepped arrays yet""" )
175 def __getattr__( self, key ): argument
176 …if key not in ('data','usage','target','buffer', 'copied','_I_','implementation','_copy_segments' …
179 raise AttributeError( key )
237 def unbind( self ): member in VBO
253 self.unbind()
276 def __getattr__( self, key ): argument
277 if key != 'vbo':
278 return getattr( self.vbo, key )
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/pdfjs/content/
H A DPdfStreamConverter.jsm124 var map = {};
128 var key = string.key, property = "textContent";
132 key = key.substring(0, i);
134 if (!(key in map)) {
135 map[key] = {};
137 map[key][property] = string.value;
139 return map;
491 for (var key in prefs) {
527 for (var key in prefs) {
804 this.unbind();
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/extensions/pdfjs/content/
H A DPdfStreamConverter.jsm131 var map = {};
135 var key = string.key, property = 'textContent';
139 key = key.substring(0, i);
141 if (!(key in map)) {
142 map[key] = {};
144 map[key][property] = string.value;
146 return map;
487 for (var key in prefs) {
522 for (var key in prefs) {
814 this.unbind();
[all …]
/dports/shells/zsh-completions/zsh-completions-0.33.0/src/
H A D_cf223 … '--no-route[Do not map a route to this app and remove routes from previous pushes of this app]' \
393 __service-key() {
396 '2:service key:'
742 "create-service-key":"Create key for a service instance"
744 "service-key":"Show service key info"
745 "delete-service-key":"Delete a service key"
747 "unbind-service":"Unbind a service instance from an app"
768 "map-route":"Add a url route to an app"
890 service-key)
896 unbind-service)
[all …]
/dports/graphics/qgis/qgis-3.22.3/resources/server/api/ogc/static/landingpage/js/
H A Dchunk-e7ca2a40.c6c8ec03.js.map1key","identifier","ref","id","refInFor","on","$event","loadMap","capabilities","wmsOutputCrsList",…
/dports/graphics/qgis-ltr/qgis-3.16.16/resources/server/api/ogc/static/landingpage/js/
H A Dchunk-06c8fa3c.50ef961b.js.map1key","identifier","ref","id","refInFor","on","$event","loadMap","capabilities","wmsOutputCrsList",…
H A Dchunk-db289a14.4c4313be.js.map1key","identifier","ref","id","refInFor","on","$event","loadMap","capabilities","wmsOutputCrsList",…
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/test/fakeserver/
H A DLdapd.jsm16 * - it supports unbind (quit) requests.
160 // TODO: pass in expected encoding?
304 * Helper to fetch the next byte in the stream.
381 // values in LDAP).
382 this.entries = {}; // We map dn to entry, to ensure dn is unique.
422 * Find entries in our LDAP db.
451 let subFilters = ber.children.map(this.buildFilter);
461 let subFilters = ber.children.map(this.buildFilter);
485 c[key.toLowerCase()] = e.attributes[key];
490 attrs[attrName].map(val => val.toLowerCase()).includes(attrVal)
[all …]
/dports/editors/xvile/vile-9.8v/
H A Dcmdtbl22 # in single quotes. These are the default key bindings -- they can change
618 <show the function bound to a given key in insert-mode>
621 <show the function bound to a given key in command-mode>
624 <show the function bound to a given key in selection-mode>
1069 map EXRCOK|EXTRA
1070 "map"
1074 "map!"
1774 "unbind-key"
1777 "unbind-insmode-key"
1780 "unbind-cmdmode-key"
[all …]
/dports/editors/vile/vile-9.8v/
H A Dcmdtbl22 # in single quotes. These are the default key bindings -- they can change
618 <show the function bound to a given key in insert-mode>
621 <show the function bound to a given key in command-mode>
624 <show the function bound to a given key in selection-mode>
1069 map EXRCOK|EXTRA
1070 "map"
1074 "map!"
1774 "unbind-key"
1777 "unbind-insmode-key"
1780 "unbind-cmdmode-key"
[all …]
/dports/x11-wm/ratpoison/ratpoison-1.4.9/
H A DNEWS165 ** key event handling
264 not passing a 3rd argument to definekey and bind no longer unbind the
265 key. You must use undefinekey and unbind now.
399 ** key presses
564 Transient windows now map ontop of the current window.
567 This command allows you to fine tune what windows rp will map
568 when. For instance you can ask rp not to map new windows. Instead it
571 ** user abort key sequence
575 ** new key syntax
593 you what it is waiting for another key. This feature can be removed in
[all …]
/dports/sysutils/tmux23/tmux-2.3/
H A DFAQ38 shell, from a key binding or from the command prompt. Personally I also find
51 - tmux has a choice of vi or emacs key layouts. Again, not major, but I use
151 * Why is C-b the prefix key? How do I change it?
154 inside screen and C-b was chosen not to clash with the screen meta key. It
160 default) to the new key. For example:
163 unbind C-b
258 (let ((map (copy-keymap xterm-function-map)))
259 (set-keymap-parent map (keymap-parent input-decode-map))
260 (set-keymap-parent input-decode-map map))))
429 Otherwise a key binding for copy mode using xclip (or xsel) works:
[all …]
/dports/sysutils/tmate/tmate-2.4.0/
H A DFAQ38 shell, from a key binding or from the command prompt. Personally I also find
51 - tmux has a choice of vi or emacs key layouts. Again, not major, but I use
151 * Why is C-b the prefix key? How do I change it?
154 inside screen and C-b was chosen not to clash with the screen meta key. It
160 default) to the new key. For example:
163 unbind C-b
258 (let ((map (copy-keymap xterm-function-map)))
259 (set-keymap-parent map (keymap-parent input-decode-map))
260 (set-keymap-parent input-decode-map map))))
429 Otherwise a key binding for copy mode using xclip (or xsel) works:
[all …]
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A DFAQ38 shell, from a key binding or from the command prompt. Personally I also find
51 - tmux has a choice of vi or emacs key layouts. Again, not major, but I use
151 * Why is C-b the prefix key? How do I change it?
154 inside screen and C-b was chosen not to clash with the screen meta key. It
160 default) to the new key. For example:
163 unbind C-b
258 (let ((map (copy-keymap xterm-function-map)))
259 (set-keymap-parent map (keymap-parent input-decode-map))
260 (set-keymap-parent input-decode-map map))))
429 Otherwise a key binding for copy mode using xclip (or xsel) works:
[all …]
/dports/graphics/xpdf3/xpdf-3.04/doc/
H A Dxpdfrc.cat34 nameToUnicode map-file
49 cidToUnicode registry-ordering map-file
62 unicodeToUnicode font-name-substring map-file
77 unicodeMap encoding-name map-file
457 If set to "yes", the Xpdf tools will attempt to map various
476 ing/ToUnicode info to map character codes to Unicode, and then
477 use the font's Unicode cmap to map Unicode to GIDs. If mapExt-
487 bind modifiers-key context command ...
529 tokens (modifiers, key, context, commands) are case-sensitive.
531 Example key bindings:
[all …]

12345678910>>...61