The latest stable release is the *3.4.0* : How to install it here.
Note: We just switched from BZR to Git on Github! (only to host the code and your future pull requests)
Note: this article is a translation. You can find its original version written by Fabounethere
Following up on a good idea from Benoît, I took inspiration from xdotool to be able to execute keyboard shortcut from a launcher.
It is now possible to either enter a command or a keyboard shortcut in the command field of each launcher.
The syntax is the same as the standard way of capturing key combination:
<Modifier1><Modifier2>...<ModifierN>key
Examples :
<Alt>F1 : Will show the Application menu. To make sure it will appear next to the laucnher delete the menu from the gnome-panel.
<Ctrl>c : Copy the current selection in the buffer.
<Ctrl>v : Paste the buffer.
If you have more examples do not hesitate the complete the list!