Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/andmos/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkaspersen committed Oct 11, 2016
2 parents 9118fe7 + 1fb1474 commit 885f746
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MacKeyboardNorwegian.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,8 @@ Shift & '::SendInput {NumpadMult}
;^l::return
;#l::SendInput ^{l}

; Visual Studio
; Mouse button 4/5 Navigate forward/backward
#IfWinActive ahk_exe devenv.exe
#XButton1::SendInput, {Ctrl Down}{-}{Ctrl Up}

#IfWinActive

0 comments on commit 885f746

Please sign in to comment.