Skip to content

Instantly share code, notes, and snippets.

@vishless
vishless / skyrim-key-mapper
Created April 15, 2017 08:16
AHK script to remap Skyrim keyboard controls
; 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
//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
@vishless
vishless / cmd_timestamp
Last active November 27, 2017 09:02
Command to generate a formatted timestamp in cmd
Timestamp
echo %DATE:~-4%%DATE:~4,2%%DATE:~7,2%%time:~-11,2%%time:~-8,2%%time:~-5,2%