remove c-x;c-q
original commit: 83dedafa7e9b166fd37ab735235ce988756d3d61
This commit is contained in:
parent
d0eec5a994
commit
28ed1974f6
|
@ -741,8 +741,11 @@
|
|||
(add "delete-key" delete-key)
|
||||
|
||||
; Map keys to functions
|
||||
|
||||
; this is not for export -- too much chance it's wrong
|
||||
; outside of Rice.
|
||||
(when (eq? wx:platform 'unix)
|
||||
(map "c:x;c:q" "rcs"))
|
||||
'(map "c:x;c:q" "rcs"))
|
||||
|
||||
(map "c:g" "ring-bell")
|
||||
(map-meta "c:g" "ring-bell")
|
||||
|
|
Loading…
Reference in New Issue
Block a user