Home
last modified time | relevance | path

Searched +refs:get +refs:keymap +refs:by +refs:name (Results 1 – 25 of 1878) sorted by relevance

12345678910>>...76

/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/framework/
H A Dmain.rkt1171 @{Removes the keymap previously added by
1179 to the global keymap, returned by @racket[keymap:get-global].
1233 keymap:get-editor
1252 keymap:get-file
1258 keymap:get-user
1265 keymap:get-global
1273 keymap:get-search
1594 racket:get-keymap
1634 table returned by @racket[racket:get-color-prefs-table].})
1784 editor:get-default-color-style-name
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/gui-doc/scribblings/gui/
H A Dkeymap-class.scrbl6 A @racket[keymap%] object is used by @racket[editor<%>] objects to
34 @defmethod[(add-function [name string?]
76 @defmethod[(call-function [name string?]
114 not handled by the main keymap are passed to the chained keymaps
124 installed by @method[keymap% set-break-sequence-callback].
129 @defmethod[(get-double-click-interval)
194 see @xmethod[key-event% get-control+meta-is-altgr]}
198 @xmethod[key-event% get-other-shift-key-code]}
300 is cancelled by Control without Alt (on Windows) or by Command
355 states are mapped to the name; the handler is dispatched by name at
[all …]
H A Deditor-funcs.scrbl7 @defproc[(add-editor-keymap-functions [keymap (is-a?/c keymap%)])
29 @defproc[(add-pasteboard-keymap-functions [keymap (is-a?/c keymap%)])
41 @defproc[(add-text-keymap-functions [keymap (is-a?/c keymap%)])
99 @xmethod[top-level-window<%> get-edit-target-object] (finding the frame by following a chain of par…
115 @xmethod[top-level-window<%> get-edit-target-object] (finding the frame by following a chain of par…
158 @defproc[(get-the-editor-data-class-list)
167 @defproc[(get-the-snip-class-list)
218 [port-name any/c text-editor]
246 The @racket[port-name] argument is used for the input port's name. The
275 [port-name any/c text-editor]
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/drracket/drracket/private/
H A Dframe.rkt218 (define keymap (and edit-object (send edit-object get-keymap)))
235 (define (bound-by-menu? binding menu-table)
262 (hash-set! name-ht keyname (send item get-plain-label))))
290 name-ht)
351 (define user-key? (send (keymap:get-user)
368 (let ([keymap (send edit-object get-keymap)])
753 [label (string-constant keybindings-sort-by-name)]
757 (set! by-key? #f)
763 (set! by-key? #t)
766 (define by-key? #f)
[all …]
H A Drep.rkt162 (send drs-bindings-keymap add-function name fn)
163 (send drs-binding-alt-as-meta-keymap add-function name fn))]
204 [name (and l (send l get-language-name))])
265 (define (get-drs-bindings-keymap) drs-bindings-keymap)
283 (send keymap add-function name f)
284 (send alt-as-meta-keymap add-function name f))
368 get-users-language-name defs-text
372 get-language-name)]))
1843 (define name (send definitions-text get-port-name))
2336 (define by (box 0.0))
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/gui-doc/scribblings/framework/
H A Deditor.scrbl141 @defmethod*[(((get-filename/untitled-name) string?))]{
178 @racket[(send keymap chain-to-keymap (keymap:get-global) #f)].
180 This installs the global keymap @racket[keymap:get-global] to
181 handle keyboard and mouse mappings not handled by @racket[keymap]. The
295 @method[editor:keymap<%> get-keymaps]
302 @defmethod*[(((get-keymaps) (list-of (is-a?/c keymap%))))]{
312 Returns @racket[(list (keymap:get-user) (keymap:get-global))] by default.
399 @defmethod*[#:mode override (((get-keymaps) (list-of (is-a?/c keymap%))))]{
403 @racket[keymap:get-file]
455 backup file. For the backup file's name, see
[all …]
/dports/japanese/libskk/libskk-1.0.5/libskk/
H A Drule.vala6 * it under the terms of the GNU General Public License as published by
22 internal Keymap keymap;
26 base (metadata, "keymap", mode);
27 if (has_map ("keymap")) {
28 var map = get ("keymap");
29 keymap = new Keymap ();
31 var value = map.get (key);
47 var value = map.get (key);
85 root_node = parse_rule (get ("rom-kana"));
292 * Locate a rule by name.
[all …]
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/gtk/doc/gdk/
H A Ddefuns-keys.xml.texi20 The ::keys_changed signal is emitted when the mapping represented by
27 @deffn Function gdk-keymap-get-default @result{}@tie{} (ret@tie{}@code{<gdk-keymap>})
38 @deffn Function gdk-keymap-get-for-display (display@tie{}@code{<gdk-display>}) @result{}@tie{} (re…
54 @deffn Function gdk-keymap-get-direction (self@tie{}@code{<gdk-keymap>}) @result{}@tie{} (ret@tie{…
55 @deffnx Method get-direction
71 Converts a key value into a symbolic name. The names are the same as those in
79 a string containing the name of the key, or @samp{@code{#f}} if @var{keyval} is
87 Converts a key name to a key value.
90 @item keyval-name
91 a key name.
[all …]
H A Dsection-keys.xml.texi18 @code{gdk-keyval-name}. The reverse function, converting a string to a key
19 value, is provided by @code{gdk-keyval-from-name}.
28 One @code{<gdk-keymap>} object exists for each user display.
29 @code{gdk-keymap-get-default} returns the @code{<gdk-keymap>} for the default
31 @code{gdk-keymap-get-for-display}. A keymap is a mapping from
32 @code{<gdk-keymap-key>} to key values. You can think of a
33 @code{<gdk-keymap-key>} as a representation of a symbol printed on a physical
42 @code{<gdk-keymap-key>} contains a group; groups are not used on standard US
50 In order to use a keymap to interpret a key event, it's necessary to first
56 used to index the keymap, along with the modifiers which did not affect the
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/
H A Dgst-mode.el.in5 ;;; Written by Steve Byrne.
10 ;;; under the terms of the GNU General Public License as published by the Free
26 ;;; Updates and changes for Emacs 20 and 21 by David Forster
45 (let ((keymap (make-sparse-keymap)))
49 keymap)
53 (let ((keymap (copy-keymap comint-mode-map)))
63 keymap)
102 (let ((buffer (get-buffer-create (concat "*" name "*")))
104 (setq proc (get-buffer-process buffer))
133 (setq where 0) ;fake to get through the gate
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/
H A Dfocus.jl8 ;; under the terms of the GNU General Public License as published by
97 (put name 'focus-mode fun))
100 (define (getter name) (get name 'focus-mode))
114 "Set the focus mode of window W to the mode named by symbol MODE."
130 (let ((current (window-get w 'keymap))
131 (saved (window-get w 'focus-saved-keymap)))
138 (let ((saved (window-get w 'focus-saved-keymap)))
160 ;; an appearance of a menu by alt-key which covers the pointer
218 event (window-get w 'keymap))))
318 (eq (window-get w 'keymap)
[all …]
H A Dframes.jl8 ;; under the terms of the GNU General Public License as published by
172 by the current theme, then FALLBACK-TYPE is used instead.")
773 ;;; kludge different window decors by modifying the assumed window type
846 (define (frame-style-directory dir #!optional get-name)
850 (if get-name
859 (throw 'out (if get-name
888 (symbol-name name)))
1006 (let ((map-name (intern (concat (symbol-name class) "-keymap"))))
1009 (set map-name (make-keymap))
1013 (set-frame-part-value class 'keymap map-name)))
[all …]
H A Dkeymaps.jl8 ;; under the terms of the GNU General Public License as published by
39 (and (symbolp (car x)) (get (car x) 'custom-command-args))))
41 (define (custom-get-keymap symbol)
43 (cons (car cell) (event-name (cdr cell))))
82 (put 'keymap 'custom-set 'custom-set-keymap)
83 (put 'keymap 'custom-get custom-get-keymap)
259 (ungrab-keymap global-keymap)
260 (ungrab-keymap window-keymap)
262 (grab-keymap window-keymap)
263 (grab-keymap global-keymap)))
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/drracket/help/private/
H A Dbug-report-controls.rkt69 (define name
73 (keymap:call/text-keymap-initializer
77 (preferences:set 'drracket:full-name (send text get-value)))
78 (preferences:get 'drracket:full-name)))))
85 (keymap:call/text-keymap-initializer
97 (keymap:call/text-keymap-initializer
206 (keymap:call/text-keymap-initializer
215 (keymap:call/text-keymap-initializer
303 (cons 'originator (preferences:get 'drracket:full-name))
345 (send (if (string=? "" (preferences:get 'drracket:full-name))
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/cfg/layouts/
H A Dkeymaps.jl8 ;; under the terms of the GNU General Public License as published by
37 (define (keymap-slot-p slot)
39 (string-match "-keymap$" (symbol-name (slot-name slot))))
47 (keymap-slots (filter keymap-slot-p slots))
48 (other-slots (filter (lambda (x) (not (keymap-slot-p x))) slots))
49 (active (car keymap-slots))
52 (when keymap-slots
59 ((rest keymap-slots))
62 (or (_ (beautify-symbol-name (slot-name (car rest) #:cut "-keymap")))
70 (let ((slot (nth (gtk-combo-box-get-active combo) keymap-slots)))
/dports/devel/bsddialog/bsddialog-a3712d573561bca2c712ed33dd6803d5c8f44aa4/bsdconfig/share/
H A Dkeymap.subr67 # Register a keymap. A `structure' (see struct.subr) is created with the name
68 # keymap_$name (so make sure $name contains only alpha-numeric characters or
80 keymap_$name set desc "$desc"
81 keymap_$name set keym "$keym"
169 name = keym
204 local direntry keym name
209 f_str2varname "$keym" name
217 # Sort the items by their descriptions
219 f_dprintf "%s: Sorting keymap entries by description..." $fname
225 debug= keymap_$k get desc | awk 'gsub(/8x8/,"8x08")||1'
[all …]
/dports/x11-themes/sawfish-themes/sawfish-themes-0.13/mxflat/
H A Dtheme.jl70 (if (boundp name)
71 (symbol-value name)
828 …:tooltip "by default a button will work as it's name suggests. button1: toggle sticky state of win…
887 …:tooltip "by default a button will work as it's name suggests. button1: start sawfish-ui - button3…
906 …:tooltip "by default a button will work as it's name suggests. button1: window list - button3 wind…
933 …:tooltip "by default a button will work as it's name suggests. button1: sets window depth to the a…
951 :tooltip "by default a button will work as it's name suggests. button1: lock window position"
2009 (update-title "(.*)(\\$name)(.*)" (window-name w))
2069 (window-name w)
2728 (image (get-image (concat "button-icons/" (symbol-name mxflat:button-icon-set) "/" img)))
[all …]
/dports/x11/libxkbcommon/libxkbcommon-1.3.1/doc/
H A Dquick-guide.md50 If we are an evdev client, we have nothing to go by, so we need to ask
54 by the X server. With it, we can fill a struct called `xkb_rule_names`;
58 struct xkb_keymap *keymap;
70 if (!keymap) <error>
74 with a keymap. In this case, we can create the keymap object like this:
84 if (!keymap) <error>
102 if (!keymap) <error>
124 from it. Given a keycode for a key, we can get its keysym:
135 We can see which keysym we got, and get its name:
156 We can also get a UTF-8 string representation for this key:
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/react-shortcuts/
H A DREADME.md13 Managing keyboard shortcuts can sometimes get messy. Or always, if not implemented the right way.
22 - You can't easily get allthe application shortcuts and display it (e.g. in settings)
32 - Your `keymap` definition
83 ##### Example `keymap` definition:
106 import keymap from './keymap'
116 import keymap from './keymap'
124 shortcutManager.setKeymap(keymap)
170 name='TODO_ITEM'
188 - `name`: string
189 - The name of the namespace specified in keymap file
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/themes/mxflat/
H A Dtheme.jl9 ;; published by the Free Software Foundation; either version 2 of the
65 (if (boundp name)
66 (symbol-value name)
613 titlebar, but by activating this you can set it to something \
1203 determined by the border width but you can adjust them below."
1834 (update-title "(.*)(\\$name)(.*)"
1835 (window-name w))
1837 (window-full-name w))
1886 (window-name w)))
1956 ;; by default the title is vertically centered and pixelwise
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/framework/private/
H A Deditor-misc.rkt22 [prefix keymap: framework:keymap^]
28 [-keymap<%> keymap<%>]))
31 ;; renaming, for editor-mixin where get-file is shadowed by a method.
379 (define (get-default-color-style-name) default-color-style-name)
551 (define -keymap<%> editor:keymap<%>)
555 (list (keymap:get-user) (keymap:get-global)))
559 (let ([keymap (make-object keymap:aug-keymap%)])
560 (set-keymap keymap)
570 (if (eq? f (keymap:get-user))
595 (inherit get-canvases get-filename/untitled-name)
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/ext/
H A Dcabinet.jl8 ;; it under the terms of the GNU General Public License as published by
337 (window-name w)
339 (window-class-name w 1)
378 (define focus-by-tab nil)
428 (window-name window)
431 (window-class-name window 1)
669 (window-name w)
859 (setq keymap-complete (append (cabinet-keymap-base) (cabinet-keymap-advance)))
860 (setq keymap-complete (cabinet-keymap-base)))
904 (when (and focus-by-tab
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/util/
H A Dkeymap.jl8 ;; under the terms of the GNU General Public License as published by
56 (let ((keymap-list keymap)
60 ((keymap (car keymap-list)))
63 (setq keymap (car keymap)))
101 (eval-after-load ,(symbol-name feature)
112 (cons (event-name (substitute-wm-modifier (cdr k)))
114 (or keymap global-keymap))
119 "Return a function which when called with a command name as its single
132 (and key (event-name (substitute-wm-modifier key)))))))
148 (event-name key)))
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/drracket/browser/private/
H A Dhyper.rkt57 (struct hypertag (name position))
119 (define/override (get-keymaps) (list* space-page-keymap hyper-keymap (super get-keymaps)))
120 (define/public (get-hyper-keymap) hyper-keymap)
156 (when (string=? name (hypertag-name tag))
169 (if (and (integer? name) (positive? name))
170 name
171 (and (string? name)
173 (and (string=? name (hypertag-name x))
178 (filter (lambda (x) (not (string=? name (hypertag-name x))))
353 (and (and orig-name (regexp-match #rx"[.]plt$" orig-name))
[all …]
/dports/japanese/ng-devel/ng-1.5beta1/docs/
H A Dmgprog.doc36 by rebinding ^_ to help.)
84 Example keymap:
100 (Note: this example is a simplified example of a real keymap in keymap.c.)
109 trying lowercasing the last character in the keymap, then by trying
162 Standardize filename. On mono-case systems, lowercase the file name.
181 unlinkdir(char *name)
185 BUFFER *dired_(char *name)
189 Concatinate directory name associated with the current dired BUFFER
190 with file name in line. Return ABORT if no file name on line, FALSE
198 argument calling sequence. (Some compilers will let you get away
[all …]

12345678910>>...76