fixed bugs

original commit: 8879e99a670a360f631b73deca08d3fca9dc4cd5
This commit is contained in:
Robby Findler 1998-03-12 21:13:28 +00:00
parent 17ccfaf87b
commit c75ff9190f

View File

@ -51,9 +51,6 @@
(or (not x)
(eq? x #t))))
(mred:preferences:set-preference-default 'mred:esc-closes-search-under-windows
#t
boolean?)
(define setup-global-search-keymap
(let* ([send-frame
(lambda (method)
@ -93,17 +90,13 @@
(map "c:f" "move-to-search-or-search")
(map "c:r" "move-to-search-or-reverse-search")
(map "f3" "find-string")
(map "c:i" "toggle-search-focus")
(if (mred:preferences:get-preference 'mred:esc-closes-search-under-windows)
(begin (map "c:g" "find-string")
(map "esc" "hide-search"))
(begin (map "c:g" "hide-search")))]
(map "c:g" "find-string")
(map "c:i" "toggle-search-focus")]
[(macintosh)
(map "d:f" "move-to-search-or-search")
(map "d:r" "move-to-search-or-reverse-search")
(map "d:g" "find-string")
(map "d:o" "toggle-search-focus")
(map "d:." "hide-search")])))))
(map "d:o" "toggle-search-focus")])))))
(define setup-global-file-keymap
(let* ([rcs