How to control Wacom shortcut key from keyboard.

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
kittinzaa
Posts: 2
Joined: 09 May 2018, 03:38

How to control Wacom shortcut key from keyboard.

09 May 2018, 03:42

Wacom have good macro system call "Radial menu" but to activate radial menu I have to press key on the tablet and that is annoying since I mostly use keyboard.
So I want to map key from my keyboard to act like actually pressing a key of the wacom tablet(to activate radial menu) is this possible?
(I know I can map key on the pen but seem it have not enough shortcut for me.)

I know basic of AHK script
but don't know how to send command pass to the wacom device also which comand is which button on the wacom.
User avatar
evilC
Posts: 4823
Joined: 27 Feb 2014, 12:30

Re: How to control Wacom shortcut key from keyboard.

09 May 2018, 05:28

AHK cannot normally do this. The Wacom driver will be listening directly to the tablet - the OS provides no mechanism for faking this input.
When AHK Sends input, it does so doing windows APIs - this is at a layer above the tablet -> driver communication.
You *might* be able to do this with AutoHotInterception as this allows you to control what flows between the driver and the OS, but I would not hold out too much hope.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], wpulford and 421 guests