Send keys to window with Openbox

гm trying to make Openbox send the Alt+Tab key combination to TeamViewer using this:

<keybind key="A-Tab">
 <action name="If">
  <title type="pattern">* - TeamViewer - *</title>
  <then><!-- Do nothing for foo --></then>
  <else>
      <action name="NextWindow">
        <dialog>icons</dialog>
        <finalactions>
          <action name="Focus"/>
          <action name="Raise"/>
          <action name="Unshade"/>
        </finalactions>
      </action>
  </else>
 </action>
</keybind>

That way Openbox won't шоу its own Alt+Tab меню when the TeamViewer window is focused.

The problem is that Openbox swallows the key, and I won't TeamViewer to receive the Alt+Tab key combination so it переключатели to the next window on the переизречение machine.

I need something like:

Is there в way to pass the Alt+Tab key согнул to TeamViewer, something like:

  <then><action name="Send Keys">A+F4</action></then>
4
задан 8 December 2015 в 14:54

1 ответ

Средство просмотра команды имеет опцию отправить сочетание клавиш на удаленный компьютер, и это должно быть включено.

На панели инструментов Team Viewer, нажмите" Actions" и удостоверьтесь" Send key combinations", выбран. Это отправит Alt+Tab на удаленную машину вместо локальной.

0
ответ дан 1 December 2019 в 11:44

Другие вопросы по тегам:

Похожие вопросы: