(Emacs) Accidentally Switched Keys, How to reset them back? -
i tried use "c-i c-f" command, found out "c-i" key tab.
i tried using translate or before switch keys , when type "c-i", "h-i" shows up.
i tried (keyboard-translate "h-i" "c-i") , tab , "c-i" show mouse-2
now realized keyboard-translate permanent, there way reset it?
thanks in advance ^^
it's possible you've saved changes using customisation system. take @ .emacs
file see if there's that's looks auto added. possibly custom-set-varaiables
. rid of , try restarting editor.
Comments
Post a Comment