added error checking for use in drdr
This commit is contained in:
parent
dc8fc24e89
commit
87f6a6bb1e
|
@ -27,7 +27,8 @@
|
|||
[(meta) "meta-"]
|
||||
[(control) "ctl-"]
|
||||
[(shift) "shift-"]
|
||||
[(option) "opt-"]))
|
||||
[(option) "opt-"]
|
||||
[else (error 'language-configuration.rkt "unknown result from get-default-shortcut-prefix: ~s" x)]))
|
||||
shortcut-prefix))])
|
||||
(define (mouse-event-uses-shortcut-prefix? evt)
|
||||
(andmap (λ (prefix)
|
||||
|
|
Loading…
Reference in New Issue
Block a user