Skip to content

Instantly share code, notes, and snippets.

@z1lc
Created January 19, 2019 05:55
Show Gist options
  • Save z1lc/8186df05877653a6ef2653eea9011497 to your computer and use it in GitHub Desktop.
Save z1lc/8186df05877653a6ef2653eea9011497 to your computer and use it in GitHub Desktop.
AutoHotkey script to force usage of the correct shift key
<+q::SoundPlay *-1
<+w::SoundPlay *-1
<+e::SoundPlay *-1
<+r::SoundPlay *-1
<+t::SoundPlay *-1
<+a::SoundPlay *-1
<+s::SoundPlay *-1
<+d::SoundPlay *-1
<+f::SoundPlay *-1
<+g::SoundPlay *-1
<+z::SoundPlay *-1
<+x::SoundPlay *-1
<+c::SoundPlay *-1
<+v::SoundPlay *-1
<+b::SoundPlay *-1
<+1::SoundPlay *-1
<+2::SoundPlay *-1
<+3::SoundPlay *-1
<+4::SoundPlay *-1
<+5::SoundPlay *-1
>+6::SoundPlay *-1
>+7::SoundPlay *-1
>+8::SoundPlay *-1
>+9::SoundPlay *-1
>+0::SoundPlay *-1
>+-::SoundPlay *-1
>+=::SoundPlay *-1
>+y::SoundPlay *-1
>+u::SoundPlay *-1
>+i::SoundPlay *-1
>+o::SoundPlay *-1
>+p::SoundPlay *-1
>+[::SoundPlay *-1
>+]::SoundPlay *-1
>+\::SoundPlay *-1
>+h::SoundPlay *-1
>+j::SoundPlay *-1
>+k::SoundPlay *-1
>+l::SoundPlay *-1
>+;::SoundPlay *-1
>+'::SoundPlay *-1
>+n::SoundPlay *-1
>+m::SoundPlay *-1
>+,::SoundPlay *-1
>+.::SoundPlay *-1
>+/::SoundPlay *-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment