Skip to content

Instantly share code, notes, and snippets.

@peheje
Created April 19, 2017 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peheje/66eae7a21df0768df7c3e9e69c258ce2 to your computer and use it in GitHub Desktop.
Save peheje/66eae7a21df0768df7c3e9e69c258ce2 to your computer and use it in GitHub Desktop.
; Seems to not work in Chrome browser.
; Tuborg clamps
<+<!8::SendInput {Raw}{
<+<!9::SendInput {Raw}}
; Brackets
<!8::SendInput {Raw}[
<!9::SendInput {Raw}]
; Pipe
<!i::SendInput {Raw}|
; Forward slash
<+<!7::SendInput {Raw}\
; Select all
<#a::^a
; Copy
<#c::^c
; Cut
<#x::^x
; Paste
<#v::^v
; Undo
<#z::^z
; Redo
<#+::^y
; Save
<#s::^s
; Open
<#o::^o
; New tab
<#t::^t
; Close tab
<#w::^w
; F5
<#r::F5
; Ignore left Windows button
LWin::return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment