Skip to content

Commit

Permalink
Remove obsolete NumLockState override
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-dev authored Jul 13, 2023
1 parent 9559454 commit fc9fc0f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions RDPHotkeyHelper.ahk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;@Ahk2Exe-SetMainIcon rhh.ico
;@Ahk2Exe-Set FileVersion, 1.1.0.0
;@Ahk2Exe-Set ProductVersion, 1.1.0.0
;@Ahk2Exe-Set FileVersion, 1.1.1.0
;@Ahk2Exe-Set ProductVersion, 1.1.1.0

#SingleInstance Force
#NoEnv
Expand All @@ -18,7 +18,6 @@ While true {
Suspend, On ; rebind all hotkeys, otherwise they won't work in RDP fullscreen mode
Suspend, Off
Sleep, 250
SetNumLockState, On ; the remote desktop client disables num lock upon first connection for some reason
WinWaitNotActive, %RdpWindowTitle%
}

Expand Down

0 comments on commit fc9fc0f

Please sign in to comment.