Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Change Shift key binding

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
10/14/2020 11:46:14 PMCArankAdminShadowfury333 before revert after revert
10/14/2020 11:44:50 PMCArankAdminShadowfury333 before revert after revert
Before After
1 AutoHotkey is reasonably easy to use. For your purposes, just find another key that you want to use as shift, and then make a script that contains ( example is using the Windows key as the shift key) 1 AutoHotkey is reasonably easy to use. For your purposes, just find another key that you want to use as shift, and then make a script that contains ( example is using the Windows key as the shift key, only while in Spring)
2 \n 2 \n
3 #IfWinActive ahk_exe spring.exe 3 #IfWinActive ahk_exe spring.exe
4 AppsKey::Shift 4 AppsKey::Shift
5 \n
6 Then either right-click and run it, or compile it into an .exe file and run that. Bonus with the .exe is that you can put it in the Start Menu/Startup folder and have it always running whenever you restart.