@
oreo @
markzar Linux 下:
https://github.com/cmatheson/super-caps先安装 xcaps ,然后 xmodmap xmodmaprc && sh
super-caps.shWindows 下:
新建 KeyMapping.ahk :
; Author: fwompner gmail com
#InstallKeybdHook
SetCapsLockState, alwaysoff
Capslock::
Send {LControl Down}
KeyWait, CapsLock
Send {LControl Up}
if ( A_PriorKey = "CapsLock" )
{
Send {Esc}
}
return
用 AutoHotKey 编译成可执行文件即可
OS X 下:据说 Karabiner 可以实现,没有环境,未测试
如果哪位用 Karabiner 设置成功了麻烦说下需要设置的内容,我整理下。
@
GuangXiN 话说还真不知道有什么快捷键需要使用 Ctrl+Esc 。。。。
不过如果玩游戏会比较麻烦,需要关掉映射或设置白名单