adjust various drracket keybindings so they are not just "m:"

but are now "~cⓂ️" to try to ward off alt-gr related problems
under windows

original commit: 77a4a8c2766f2d5648e100ff237fd69dd4abccfd
This commit is contained in:
Robby Findler 2013-06-19 16:21:41 -05:00
parent 042eafafed
commit 702e04d8de

View File

@ -321,7 +321,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define (make-meta-prefix-list key)
(list (string-append "m:" key)
(list (string-append "~c:m:" key)
(string-append "ESC;" key)))
(define send-map-function-meta
@ -1139,7 +1139,7 @@
(if shift? "s:" "")
roman-char)
(format "insert ~a" greek-char))
(map (format "m:x;c:g;~a~a"
(map (format "~c:m:x;c:g;~a~a"
(if shift? "s:" "")
roman-char)
(format "insert ~a" greek-char))