added alt:space for mac os x

svn: r13239
This commit is contained in:
Robby Findler 2009-01-20 17:50:56 +00:00
parent b0f64136bd
commit 651057a78f

View File

@ -1234,6 +1234,8 @@
(map "s:insert" "paste-clipboard")
(map-meta "space" "collapse-space")
(when (eq? (system-type) 'macosx)
(map "a:space" "collapse-space"))
;(map-meta "\\" "remove-space") ; Conflicts with european keyboards.
(map "c:x;c:o" "collapse-newline")
(map "c:o" "open-line")