Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3,

so it's hard to press by accident, but there if you need it.

requested (in a way) and tested by johan and todd.
This commit is contained in:
oga
2008-06-25 22:44:42 +00:00
parent a6ec6cd9e9
commit 993fd4311f
5 changed files with 14 additions and 1 deletions

View File

@@ -457,6 +457,7 @@ void mousefunc_window_move(struct client_ctx *, void *);
void mousefunc_window_grouptoggle(struct client_ctx *,
void *);
void mousefunc_window_lower(struct client_ctx *, void *);
void mousefunc_window_hide(struct client_ctx *, void *);
void mousefunc_menu_group(struct client_ctx *, void *);
void mousefunc_menu_unhide(struct client_ctx *, void *);
void mousefunc_menu_cmd(struct client_ctx *, void *);