Skip to content

Commit

Permalink
Disable Atom hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
ilirb committed Dec 20, 2014
1 parent 1925693 commit d443a82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Commands/_HotKeys.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SetTitleMatchMode RegEx
^+c::
OpenConsole()
return

^+t:: ; Create new text file in current dir, Ctrl+Shift+T
NewTextFile()
return
Expand All @@ -39,14 +39,14 @@ SetTitleMatchMode RegEx
OpenConsole()
return

#IfWinActive ahk_class ExploreWClass|CabinetWClass
/*#IfWinActive ahk_class ExploreWClass|CabinetWClass
^!a::
{
GetFullPath()
run, atom "%full_path%", , hide
return
}
#IfWinActive
#IfWinActive*/
; ==============================================
; Google Music control/Spotify
Expand Down

0 comments on commit d443a82

Please sign in to comment.