Search found 5 matches

by [+]
03 Jun 2023, 23:46
Forum: Ask for Help (v1)
Topic: Numkeys not working after firing a NumLock-composed Hotkey
Replies: 3
Views: 320

Re: Numkeys not working after firing a NumLock-composed Hotkey

mikeyww wrote:
03 Jun 2023, 16:38

Code: Select all

#Requires AutoHotkey v1.1.33
<#NumLock::
Run % A_ComSpec
Send {NumLock}
Return
This code results in the described behavior on my keyboard: while NumLock state is on, the NumLock toggling beep can be heard, the NumLock LED stays on, but Numkeys can't be pressed.
by [+]
03 Jun 2023, 16:14
Forum: Ask for Help (v1)
Topic: Numkeys not working after firing a NumLock-composed Hotkey
Replies: 3
Views: 320

Numkeys not working after firing a NumLock-composed Hotkey

I'm trying to launch CMD using a hotkey composed of NumLock. During the hotkey firing, the NumLock toggling beep can be heard. After the hotkey fired, the NumLock LED is ON but Numkeys can't be pressed (which may suggest that the OS currently perceives the NumLock being OFF.) I'm haven't had much su...
by [+]
25 Nov 2022, 15:44
Forum: Ask for Help (v1)
Topic: Is there really no way to set screen orientation in modern Windows 10? Topic is solved
Replies: 24
Views: 5149

Re: Is there really no way to set screen orientation in modern Windows 10? Topic is solved

@[+] for some reason the script you shared always changes the rotation of my laptop screen (even if it is not the primary display) and the original one of this post changes the primary screen orientation montitor Yep, that's the difference between WinAPI function each script calls. malcev 's script...
by [+]
25 Nov 2022, 00:11
Forum: Ask for Help (v1)
Topic: Is there really no way to set screen orientation in modern Windows 10? Topic is solved
Replies: 24
Views: 5149

Re: Is there really no way to set screen orientation in modern Windows 10? Topic is solved

[+] wrote:
24 Nov 2022, 20:37
Identify display number for Disp w/ ScreenResolution_List:
viewtopic.php?t=77664
Sorry. Identify MonitorName for Disp via SysGet as specified in the same linked thread:
https://www.autohotkey.com/docs/commands/SysGet.htm#MonitorName
by [+]
24 Nov 2022, 20:37
Forum: Ask for Help (v1)
Topic: Is there really no way to set screen orientation in modern Windows 10? Topic is solved
Replies: 24
Views: 5149

Re: Is there really no way to set screen orientation in modern Windows 10? Topic is solved

Kitsoon katrielf MedBooster Use this script and tweak the Disp variable for alternate displays. https://www.autohotkey.com/boards/viewtopic.php?t=85527 https://github.com/Masonjar13/RotateScreen/blob/main/screen%20rotate.ahk Identify display number for Disp w/ ScreenResolution_List: https://www.aut...

Go to advanced search