VKBDevCfg-C double tap action ?
Posted: Sat Dec 16, 2023 20:50
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}"
}
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}"
}