Steve Youngs <steve@xxxxxxxx> writes:
> Hi Gang!
>
> I've just added a "Tips n Tricks" section to the web page. Go check
> it out. Then come back here and tell me all your cool sexy XWEM
> tricks so I can add them to the web page.
Great! Here are other tricks:
* Take advantage of sbs splitting. Use `H-x 5 2' `H-x 5 3' and
`H-S' commands to operate on frames group.
* You can make xwem minibuffer automatically hide seting
`xwem-minibuffer-autohide-timeout'<v>
* Use `H-4 2 a' to insert 42 'a' characters in any client.
* Forget about kgamma - evaluate (xwem-gamma-widget (xwem-dpy)) in
*scratch*.
* Remeber that xwem keyboard is programmable, use
(xwem-global-set-key (xwem-kbd "H-x x") [(hyper x) b m o z i l l a return])
to switch to mozilla.
BTW: last tip discovers tiny bug :) in function
`xwem-event-as-command' last line should look like
xwem-this-command-keys (vconcat (and (not (xwem-kbd-global-map-current-p))
xwem-this-command-keys)
(vector e-ev))))
Steve, can you commit the patch for it?
Also, prelast tip also discover inconsisnecy .. function
`xwem-gamma-corrector' should call (XFlush xwem-gamma-display) just
after (X-XF86VidModeSetGamma ...). Can you also commit this?
Thanks!
--
lg
|