Jump to content

grega

Members
  • Posts

    8
  • Joined

  • Last visited

grega's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thanks,my mistake that I tried to use a non-existent constant: '$CK_MENU' instead of '$CK_ALT'
  2. Still not workingBy the way : HotKeys 'Ctrl' and 'Shift' working only with : $CK_CONTROL and $CK_SHIFT (bat no working with $VK_CONTROL and $VK_SHIFT )
  3. By the way : HotKeys 'Ctrl' and 'Shift' working only with : $CK_CONTROL and $CK_SHIFT (bat no working with $VK_CONTROL and $VK_SHIFT )
  4. Still not working
  5. I know this Bat : _HotKeyAssign(BitOR($VK_MENU, $VK_RIGHT), 'Message', BitOR($HK_FLAG_DEFAULT, $HK_FLAG_EXTENDEDCALL)) does not want to work _HotKeyAssign(BitOR($СK_MENU, $VK_RIGHT), 'Message', BitOR($HK_FLAG_DEFAULT, $HK_FLAG_EXTENDEDCALL)) too. Can you give example for the use of Buttons' Alt ', together with any button ?
  6. It Is : RIGHT ARROW key (VK_RIGHT (0x27))However, my problem is with "Alt" key using
  7. How can I use : Alt+RIGHT ?
  8. monoceres , Many thanks. Please excuse me for my bad english. Very impressive work. But I noticed one small issue... When I try to open any video file (VIDEO_TS.VOB or VIDEO_TS.IFO), menu is opened, but menu items is not enabled. Can you enable those menu items for DVD files (VIDEO_TS.VOB or VIDEO_TS.IFO)?
×
×
  • Create New...