Skip to content

meow-keypad and reverse-im #211

Answered by ghost
ghost asked this question in Q&A
Mar 26, 2022 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

I hacked it together

(defun +translate-input-event (event)
  "Use reverse-im to translate input EVENT."
  (if (numberp event)
      (reverse-im--translate-char event t)
    event))

(advice-add 'meow--event-key :filter-return #'+translate-input-event)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@ghost
Comment options

@ghost
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant