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