Topic: Calendar hotkey

This is my first post in this sub-forum (I think) and it's a really simple one, but I think it's quite cool. I'm spending time configuring #! r20111125 and learning how to put stuff into rc.xml. The calendar which pops up when you click the clock is gsimplecal. Calling it a second time closes it. It's really easy to click the clock of course, but it's even easier to hit a hotkey to get a quick popup calendar. This uses the defaults, so the calendar appears wherever the mouse is. Hit the hotkey again to close the calendar. I've set it to Shift-Alt-C by adding the following to rc.xml:

<keybind key="A-S-C">
    <action name="Execute">
        <execute>gsimplecal</execute>
    </action>
</keybind>

OpenBox Rox smile

Last edited by SabreWolfy (2011-12-11 13:18:11)