Solution: With this guide, and this wiki, I succeeded.
Main Menu > Settings > Openbox > edit rc.xml
Scroll to <keyboard> - add your fancy new shortcut. Here's mine:
 <!-- Keybindings by Emily -->  
   <keybind key="W-s">  
    <action name="Execute">  
     <startupnotify>  
      <enabled>true</enabled>  
      <name>xcalib</name>  
     </startupnotify>  
     <command>xcalib -i -a</command>  
    </action>  
   </keybind>  
 
No comments:
Post a Comment