How to remap Ctrl + Shift + Numpad0

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Haswell
Posts: 90
Joined: 21 Feb 2016, 17:11

How to remap Ctrl + Shift + Numpad0

18 Sep 2023, 09:38

It doesn't react when doing this:

Code: Select all

^+NumpadIns::
^+NumPad0::
	OutputDebug 112
return

This menu is shown instead. I don't need it. How to avoid it?
Change keyboard layout in Windows 10 is set to Ctrl + Shift. Maybe it conflicts with something?
Image
Focusing our efforts on non-productive and non-creative endeavours wastes lives as surely as war.
Jacque Fresco / The best that money can't buy
off
Posts: 176
Joined: 18 Nov 2022, 21:54

Re: How to remap Ctrl + Shift + Numpad0

18 Sep 2023, 23:14

Hello!
This is maybe ugly code, but works.

Code: Select all

~Ctrl::
ctrldown++
return

Ctrl Up::
ctrldown:=""
return

#If (ctrldown)

~+*NumPad0::
~+*NumPadIns::
	MsgBox, Triggered`!
return

#If
My Creations
IMG2HotString - Send image file easily with your hotstring!
CtrlSend - A small solution for sending keys to window in background that doesn't accept ControlSend's key
ControlProcess

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 150 guests