Skip to content

Commit 02feb6a

Browse files
committed
Support <escape> in rime-send-keybinding
1 parent e5c5ffb commit 02feb6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rime.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,7 @@ By default the input-method will not handle DEL, so we need this command."
892892
(prior #xff55)
893893
(next #xff56)
894894
(delete #xffff)
895+
(escape #xff1b)
895896
(t key-raw))))
896897
(mask (cdr parsed)))
897898
(unless (numberp key)

0 commit comments

Comments
 (0)