The Windows Key
- user warning: Table 'nolan.comments' doesn't exist
query: SELECT COUNT(*) FROM comments WHERE nid = 214 AND status = 0 in /home/sneakin/web/nolan.eakins.net/includes/database.mysql.inc on line 120.
- user warning: Table 'nolan.comments' doesn't exist
query: SELECT c.cid as cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, c.homepage, u.uid, u.name AS registered_name, u.picture, u.data, c.score, c.users, c.thread, c.status FROM comments c INNER JOIN users u ON c.uid = u.uid WHERE c.nid = 214 AND c.status = 0 GROUP BY c.cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, u.picture, c.homepage, u.uid, u.name, u.picture, u.data, c.score, c.users, c.thread, c.status ORDER BY c.thread DESC LIMIT 0, 50 in /home/sneakin/web/nolan.eakins.net/includes/database.mysql.inc on line 120.
Submitted by sneakin on Fri, 2005/09/16 - 13:49.
Computing | Linux
I did a switch back to WindowMaker, and after having a useless window key for so long, I finally figured a decent use of the window key. It does nothing but window management functions when chorded with another key. I setup the following bindings:
- I changed what was Alt+Tab to Window+Tab.
- Window+number switchs to a numbered window.
- Ctrl+Window+number switches workspaces.
- Window+F4 closes the window.
- Window+F11 and Window+F12 call up WindowMaker's desktop menus
- Window+H hides the window and Window+M minimizes
- etc.
If you've caught the gist of this rebinding, anything window manager related got a window key chord. I think this is an extremely proper use of this key. If only Microsoft would expand its use to more than just popping up the start menu.
|