Page 1 of 1

VKBDevCfg-C double tap action ?

Posted: Sat Dec 16, 2023 20:50
by muffin
is there a way to specify action on double tap/press (single press, double press, holding button) ?

getting familiar with the vkb configuration tool. quite powerful, was reading the PDF, but couldn't find it

right now solving it via autohotkey v2, but wondering if it's possible in the configuration tool

3joy11::
{
if (ThisHotkey = A_PriorHotkey && A_TimeSincePriorHotkey < 300)
Send "^+{Delete}"
}

Re: VKBDevCfg-C double tap action ?

Posted: Sat Dec 16, 2023 22:00
by Victorus

Re: VKBDevCfg-C double tap action ?

Posted: Tue Jan 23, 2024 19:47
by muffin
thanks