User Tools

Site Tools


old:linux:openbox:keybindings
In Datei $HOME/.config/openbox/rc.xml


Section
  <keyboard>
  
    <!-- Kommentar -->
    <keybind key="Key Name">
      <action name="Execute">
       ...
      </action>
    </keybind>
    
  </keyboard>

Firefox

    <!-- Start Firefox -->
    <keybind key="C-Super_L">
      <action name="Execute">
        <command>firefox</command>
      </action>
    </keybind>

File Manager

    <!-- File Manager -->
    <keybind key="Menu">
      <action name="Execute">
        <command>xfe</command>
      </action>
    </keybind>

XTerm

    <!-- Start xterm -->
    <keybind key="Super_L">
      <action name="Execute">
        <command>xterm</command>
      </action>
    </keybind>

Info Doc

    <!-- Info Doc -->
    <keybind key="F1">
      <action name="Execute">
        <command>xterm -T "Info Doc" -g 100x30 -e less /Path_to/msdoc.txt</command>
      </action>
    </keybind>

Jahreskalender

    <!-- Jahreskalender -->
    <keybind key="F3">
      <action name="Execute">
        <command>xterm -T Kalender -g 181x38+110+100 -e /Path_to/bin/kal-f3.pl</command>
      </action>
    </keybind>
old/linux/openbox/keybindings.txt · Last modified: 2023/01/11 20:29 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki