Skip to content

Instantly share code, notes, and snippets.

@revanmj
Last active May 28, 2020 15:25
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 revanmj/3e8db621a3e184108acaae384cf85499 to your computer and use it in GitHub Desktop.
Save revanmj/3e8db621a3e184108acaae384cf85499 to your computer and use it in GitHub Desktop.
Surface Keyboard Fn keys mappings to Fxx for specific apps
#IfWinActive ahk_exe studio64.exe ; Android Studio
$Volume_Down::F2
$Volume_Up::F3
Return
#IfWinActive ahk_exe chrome.exe ; Google Chrome
$<#F21::Send ^+i ; Settings button (F12) to Chromium dev tools
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment