开发者

(Emacs) Accidentally Switched Keys, How to reset them back?

开发者 https://www.devze.com 2023-02-11 04:55 出处:网络
I tried to use \"C-i C-f\" for a command, but found out \"C-i\" was the key for TAB. I tried using translate or s开发者_Go百科omething before to switch keys and now when I type \"C-i\", \"H-i\" shows

I tried to use "C-i C-f" for a command, but found out "C-i" was the key for TAB.

I tried using translate or s开发者_Go百科omething before to switch keys and now when I type "C-i", "H-i" shows up.

I tried (keyboard-translate "H-i" "C-i") and now Tab and "C-i" show Mouse-2

Now I realized that keyboard-translate is probably permanent, is there a way to reset it?

Thanks in advance ^^


It's possible that you've saved your changes using the customisation system. Take a look at your .emacs file to see if there's anything that's looks auto added. Possibly custom-set-varaiables. Get rid of that and try restarting your editor.

0

精彩评论

暂无评论...
验证码 换一张
取 消