INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Setup keyboard shortcut for video full screen only  (Read 351 times)

MaxA

  • Junior Woodchuck
  • **
  • Posts: 62
Setup keyboard shortcut for video full screen only
« on: March 24, 2020, 05:22:16 pm »

Hi,

Can I setup keyboard shortcut for video full screen only?
I want assing "Up/Down" for video "Volume +/-".
Generally how to customize keybord via custom XML know well.

Thanks, Max
Logged

MaxA

  • Junior Woodchuck
  • **
  • Posts: 62
Re: Setup keyboard shortcut for video full screen only
« Reply #1 on: March 26, 2020, 04:02:36 pm »

This way:

Code: [Select]
    <!-- Full Screen shorcuts -->
    <Entry Key="Ctrl;Shift;Up" Command="10018" Param="2" TranslateFlags="13" NoShowAsShortcut="1" />
    <Entry Key="Up" Command="10018" Param="2" TranslateFlags="13" NoShowAsShortcut="1" />
    <Entry Key="Ctrl;Shift;Down" Command="10019" Param="2" TranslateFlags="13" NoShowAsShortcut="1" />
    <Entry Key="Down" Command="10019" Param="2" TranslateFlags="13" NoShowAsShortcut="1" />
Logged
Pages: [1]   Go Up