Skip to content

Commit

Permalink
sublime text path + cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed May 27, 2021
1 parent a88af24 commit 81cce65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions AutoHotkeyU64.ahk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

Expand Down Expand Up @@ -101,18 +101,9 @@ CapsLock & 1::



;------------------------------------------------
; Eve V: alt + menu => ctrl
!AppsKey::Ctrl
AppsKey & Alt::Ctrl
AppsKey::Send {AppsKey}



;------------------------------------------------
; CapsLock + P: Toggle between "Power saver" and "Balanced" powers schemes
CapsLock & P::TogglePowerScheme()




;CapsLock & P::TogglePowerScheme()
Binary file modified AutoHotkeyU64.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion app_handling.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ k::PgUp
CapsLock & s::
runSublimeText(){
if !WinExist(ahk_sublime) {
Run "C:\all\Sublime Text 3\sublime_text.exe"
Run "C:\all\Sublime Text\sublime_text.exe"
WinWait % ahk_sublime
}
Sleep 499
Expand Down

0 comments on commit 81cce65

Please sign in to comment.