please make 2 and num2 different and support num2

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
xiaomm250
Junior Member
Junior Member
Posts: 25
Joined: 2021-12-03, 09:43 UTC

please make 2 and num2 different and support num2

Post by *xiaomm250 »

digit 2 is a key which near "W"
num2 is a key which near "ENTER".

autohotkey script

Code: Select all

$^2::
    msgbox,"aaa"
return

$^Numpad2::
    msgbox,"bbb"
return
autohotkey make a distinction between digit 2 and digit num2,
but total commander only support digit 2,do not support num2.
when I press hotkey "CRL+2",I usually press it with two hand ,left press ctrl,rights hand press num2,
but total commander do not support num2 key!
Post Reply