D****g 发帖数: 2860 | 1 Lacking del key on my iBook keyboard has been annoying me for a while. I
use emacs heavily, I hate using ctrl-d all the time to delete a char.
I finally found an appoach to remap enter key to del key. I never use
enter key anyway. Here is how:
In file
/System/Library/Extensions/AppleADBKeyboard.kext/Contents/Info.plist
find key ADBVirtualKeys, find 0x34 (key code for enter), change it to
0x75 (key code for del).
touch /System/Library/Extentions
reboot
Done. Be sure to make copy and have sshd run |
|