Skip to content

Commit

Permalink
re-enable win+c for new windows terminal after a bit of testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hardliner66 committed Aug 11, 2020
1 parent fe91387 commit 173df61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CommandLineHere.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ return

#IfWinActive ahk_class ExploreWClass|CabinetWClass

#c::
^#c::
RefreshEnvironment()
OpenCmdInCurrent()
return
^#c::
#c::
RefreshEnvironment()
OpenTerminalInCurrent()
return
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Download the exe and put into autostart.

| keybind | effect | comments |
|---------------------|-----------------------|-----------------------------------------------------------|
| Windows + C | Open cmd | |
| Ctrl + Windows + C | Open Windows Terminal | If Windows Terminal is not found, this opens a cmd window |
| Windows + C | Open Windows Terminal | If Windows Terminal is not found, this opens a cmd window |
| Ctrl + Windows + C | Open cmd | |
| Windows + Shift + C | Open vscode | |
| Ctrl + Shift + M | Open Sublime Merge | |
| Windows + Shift + R | Open Toolman | a custom tool I use |

0 comments on commit 173df61

Please sign in to comment.