赞
踩
之前在公司实习的时候用的mac, 后来实习结束公司收走了电脑, 就用回了自己的老win. 但是用惯了mac再用回win真心不方便, 经常点到capslk来切换大小写, 用alt+c来复制等等. 我索性将这些快捷键都改成mac的风格
1.短按capslk切换中英文,长按capslk切换大写,短按shift切换小写
2.一系列ctrl快捷键转成alt快捷键,包括ctrl+a, ctrl+c, ctrl+v等
;无环境变量 #NoEnv SetCapsLockState, AlwaysOff SetStoreCapslockMode,Off ;高进程 Process Priority,,High CapsLock:: KeyWait, CapsLock, T0.3 If ErrorLevel { SetCapsLockState, On KeyWait, CapsLock } else { Send, {ctrl down}{space}{ctrl up} } Return Shift:: SetCapsLockState, Off Return !s:: Send, ^s Return !a:: Send, ^a Return !c:: Send, ^c Return !v:: Send, ^v Return !x:: Send, ^x Return !z:: Send, ^z Return !t:: Send, ^t Return !n:: Send, ^n Return !o:: Send, ^o Return !p:: Send, ^p Return !y:: Send, ^y Return !w:: Send, ^w Return !q:: Send, ^q Return
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。