LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Fluxbox: ALT double click on window to maximize the window ? (https://www.linuxquestions.org/questions/linux-desktop-74/fluxbox-alt-double-click-on-window-to-maximize-the-window-674676/)

frenchn00b 10-06-2008 06:05 PM

Fluxbox: ALT double click on window to maximize the window ?
 
Hello,

I am facing the issue:
how to ALT+'double mouse left click' on window to maximize the window ?

Thanks for any ideas
Happy Tux

harry2006 10-13-2008 07:04 AM

Quote:

Originally Posted by frenchn00b (Post 3302318)
Hello,

I am facing the issue:
how to ALT+'double mouse left click' on window to maximize the window ?

Thanks for any ideas
Happy Tux

I'm not sure if this can help you but definitely I would suggest to use "xev" to capture the left click of mouse or whatever you want and put the corresponding keymap in you "keys" file under /home/user-name/.fluxbox . Do give it a try. Have a look over here for more details for key bindings
http://fluxbox.sourceforge.net/docs/...eybindings.php

Thank you. Do let me know your results.

frenchn00b 10-13-2008 04:14 PM

Quote:

Originally Posted by harry2006 (Post 3308627)
I'm not sure if this can help you but definitely I would suggest to use "xev" to capture the left click of mouse or whatever you want and put the corresponding keymap in you "keys" file under /home/user-name/.fluxbox . Do give it a try. Have a look over here for more details for key bindings
http://fluxbox.sourceforge.net/docs/...eybindings.php

Thank you. Do let me know your results.

something like :
Code:

None XF86AudioPlay :execCommand xmms -u
    None XF86AudioStop :execCommand xmms -s

Code:

alt xfmouse right : maximiz
e you would mean ?

harry2006 10-14-2008 02:44 AM

Quote:

Originally Posted by frenchn00b (Post 3309047)
something like :
Code:

None XF86AudioPlay :execCommand xmms -u
    None XF86AudioStop :execCommand xmms -s

Code:

alt xfmouse right : maximiz
e you would mean ?

yeh, assuming that you captured these codes using "xev". are these code working properly? thanks.


All times are GMT -5. The time now is 10:22 AM.