give the f2 keybinding a more useful name
(since it shows up in the keybindigns dialog box)
This commit is contained in:
parent
afc2faf651
commit
25e4115f32
|
@ -2025,10 +2025,10 @@ If the namespace does not, they are colored the unbound color.
|
||||||
(send keymap map-function "c:x;n" "jump to next bound occurrence")
|
(send keymap map-function "c:x;n" "jump to next bound occurrence")
|
||||||
(send keymap map-function "c:x;d" "jump to definition (in other file)")
|
(send keymap map-function "c:x;d" "jump to definition (in other file)")
|
||||||
|
|
||||||
(send keymap add-function "f2 docs"
|
(send keymap add-function "show/hide blue boxes in upper-right corner"
|
||||||
(λ (txt evt)
|
(λ (txt evt)
|
||||||
(send txt toggle-syncheck-docs)))
|
(send txt toggle-syncheck-docs)))
|
||||||
(send keymap map-function "f2" "f2 docs"))
|
(send keymap map-function "f2" "show/hide blue boxes in upper-right corner"))
|
||||||
|
|
||||||
;; find-syncheck-text : text% -> (union #f (is-a?/c syncheck-text<%>))
|
;; find-syncheck-text : text% -> (union #f (is-a?/c syncheck-text<%>))
|
||||||
(define (find-syncheck-text text)
|
(define (find-syncheck-text text)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user