added alt:space for mac os x

svn: r13239

original commit: 651057a78faba07af98bcd7e19bbc7f3536f023b
This commit is contained in:
Robby Findler 2009-01-20 17:50:56 +00:00
parent 6d0d1640f3
commit cb96056143

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