remove c-x;c-q

original commit: 83dedafa7e9b166fd37ab735235ce988756d3d61
This commit is contained in:
Robby Findler 1996-07-26 09:56:14 +00:00
parent d0eec5a994
commit 28ed1974f6

View File

@ -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")