to change and add like screenshots keys config
Code: Select all
<keybind key="Print">
<action name="Execute">
<command>scrot</command>
</action>
</keybind>
Code: Select all
<!-- KLL -->
<keybind key="A-Print">
<action name="Execute">
<command>scrot -u Pictures/%Y-%m-%d_%H-%M-%S_snap.png</command>
</action>
</keybind>
<keybind key="Print">
<action name="Execute">
<command>scrot Pictures/%Y-%m-%d_%H-%M-%S_snap.png</command>
</action>
</keybind>
<!-- end KLL -->
Code: Select all
#!/bin/bash
# ~/my_script.sh / made executable / called by desktop [ctrl][alt][s]
lxterminal &
gpicview &
Code: Select all
<keybind key="C-A-S">
<action name="Execute">
<command>bash /home/pi/my_script.sh</command>
</action>
</keybind>
Code: Select all
[ctrl][alt][s]