bugfix
svn: r7010
This commit is contained in:
parent
db9963ed69
commit
1af006c246
|
@ -130,8 +130,8 @@
|
|||
(unless (hash-table-get table keyname (λ () #f))
|
||||
(cond
|
||||
[(and (eq? (system-type) 'windows)
|
||||
(or (regexp-match #rx"a:c" keyname)
|
||||
(regexp-match #rx"c:m" keyname)))
|
||||
(or (regexp-match #rx"a:c" (format "~a" keyname))
|
||||
(regexp-match #rx"c:m" (format "~a" keyname))))
|
||||
(void) ;; don't show these keybindigns -- they don't work
|
||||
]
|
||||
[else
|
||||
|
|
Loading…
Reference in New Issue
Block a user