El 29.03.2012 19:51, Yuri Karaban escribió:
Hi
Hotkeys for dock applications is a really cool feature. After
upgrading
to new windowmaker I was missing much for this feature.
Original patch did not applied successfully, so I updated patch to
apply
to HEAD.
Please consider including it. Thanks!
PS. I want to thank the author of original patch for adding this
feature.
Hi,
+static char*
+captureShortcut(Display *dpy, AppSettingsPanel *panel)
These lines should be in one line. This problem is in all functions.
+ if (ev.xkey.state & ControlMask) {
+ strcat(buffer, "Control+");
+ }
These lines should be:
+ if (ev.xkey.state & ControlMask)
+ strcat(buffer, "Control+");
Are many lines like this.
I couldn't test the patch, sorry :-(
Cheers,
kix
--
||// //\\// Rodolfo "kix" Garcia
||\\// //\\ http://www.kix.es/
--
To unsubscribe, send mail to [email protected].