- Provides an Emacs-like keybinding emulation mode on everyone on Windows machine.
- This emulation mode can be toggled on and off using the (ctrl + `) key.
- Keyboard: US Keyboard.
- Platform: WinXP/Vista/Win7/Win8/Win8/Win10.
- AutoHotkey V1.x.
- Download and install AutoHotKey.
- Download this source and put it anywhere you like.
- Double click the script EmacsEverywhere.ahk file inside.
- Use (ctrl + `) to toggle emacs mode. (Customizable).
- I have commented out some emacs shortcut that you may want to uncomment.
- I disable the win-key in this script according to the Super User thread. You may want to remove the line in the EmacsEverywhere.ahk
~LWin Up:: return
.
A independent repo is created rather than fork since the old repo is no longer maintained.
This script is made based on the following: