This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; AHK script to remap keys in ESV Skyrim. | |
| ; This script solves the problem with hardcoded inventory keys. | |
| ; `Favorite` and `Drop all items` actions have `F` and `R` keys hardcoded. | |
| ; e::w => e key is pressed AHK sends the w key. | |
| #SingleInstance,Force | |
| #IfWinActive ahk_class Skyrim | |
| ;movement keys | |
| e::w | |
| s::a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Knife-AWP Quick Switch | |
| alias +knife slot3 | |
| alias -knife slot1 | |
| bind a +knife | |
| Counter Strike Global Offensive - Weapon Binds (community guide) | |
| http://steamcommunity.com/sharedfiles/filedetails/?id=203603867 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Timestamp | |
| echo %DATE:~-4%%DATE:~4,2%%DATE:~7,2%%time:~-11,2%%time:~-8,2%%time:~-5,2% |
NewerOlder