Skip to content

Commit

Permalink
openbox rc.xml - missing desktop keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
mslehto committed Jun 24, 2017
1 parent c2d1ba2 commit 596a985
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/openbox/rc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,26 @@
<to>5</to>
</action>
</keybind>
<keybind key="F6">
<action name="GoToDesktop">
<to>6</to>
</action>
</keybind>
<keybind key="F7">
<action name="GoToDesktop">
<to>7</to>
</action>
</keybind>
<keybind key="F8">
<action name="GoToDesktop">
<to>8</to>
</action>
</keybind>
<keybind key="F9">
<action name="GoToDesktop">
<to>9</to>
</action>
</keybind>
</keybind>

<keybind key="W-F10">
Expand Down

0 comments on commit 596a985

Please sign in to comment.