Weil VK_0 kein gültiger tatsencode ist.
VK_UP,VK_DOWN usw sind tastencode.
Delphi-Quellcode:
RegisterHotKey(
Handle,1, MOD_ALT, ord(a));
RegisterHotKey(
Handle,2, MOD_ALT, ord(a));
RegisterHotKey(
Handle,3, MOD_ALT, ord(c));
RegisterHotKey(
Handle,4, MOD_ALT, ord(c));
So sollte es gehen.
Mfg ReDoX