diff --git a/global.org b/global.org index bd2c12e..8afcdd0 100644 --- a/global.org +++ b/global.org @@ -2293,6 +2293,9 @@ Set up all possible combinations of modifiers modifier-combo)) tarmak-current-swap-alist))) + (defun untarmak-key (char) + (let ((pair (rassoc char tarmak-current-swap-alist))) + (if pair (car pair) char))) (defun tarmak-avy () (interactive)