Difference between revisions of "Openbox"

1,002 bytes added ,  11 years ago
no edit summary
imported>Verityproductions
imported>Verityproductions
Line 60: Line 60:


Once located, the new code above can be inserted between the </keybind> and </keyboard> codes. Press <enter> after the </keybind> code to provide a space to do so. Below is an example where this has taken place. The new code inserted has been <font color="green">'''highlighted in green'''</font color> for illustrative purposes:
Once located, the new code above can be inserted between the </keybind> and </keyboard> codes. Press <enter> after the </keybind> code to provide a space to do so. Below is an example where this has taken place. The new code inserted has been <font color="green">'''highlighted in green'''</font color> for illustrative purposes:
    </keybind>
<font color="green">    <keybind key="XF86MonBrightnessUp"></font color>
<font color="green">      <action name="Execute"></font color>
<font color="green">        <command>xbacklight +10</command></font color>
<font color="green">      </action></font color>
<font color="green">    </keybind></font color>
<font color="green">    <keybind key="XF86MonBrightnessDown"></font color>
<font color="green">      <action name="Execute"></font color>
<font color="green">        <command>xbacklight -10</command></font color>
<font color="green">      </action></font color>
<font color="green">    </keybind></font color>
  </keyboard>
  <mouse>
Once you have made the necessary amendments to the file, save the changes and close it by:
* '''nano''': Press CTRL and 'x' to exit, 'y' to save, and <enter> to finish, or
* '''Gedit or Leafpad''': Select the 'save' option and then close the window.
'''Now logout and back in again for the changes to take effect.'''