Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
bug in DT_SetAccelerators and Key
#1
it's seems in qm 2.4.10.0 the windows key is completely ignored when using
Code:
Copy      Help
DT_SetAccelerators(hDlg "400 WL[]401 WR[]402 WU[]404 WD")

It responds only to the arrow keys only and does nothing if windows key is pressed first

Win+L doesn't work

L works
Also same problem using Key
Code:
Copy      Help
key WL          ;; Win+Left

sends left arrow key only
send only key after W.
#2
The function supports only Ctrl, Alt and Shift modifiers. It uses Windows API CreateAcceleratorTable, it does not support Win key.
 
Code:
Copy      Help
key WL
works here. Tested on Windows 10. Only Wl should not work.


Forum Jump:


Users browsing this thread: 1 Guest(s)