Hi,
My key bindings for max width and height to available and don't work
anymore.
ctrl-alt-z used to maximize to available space
ctrl-alt-w used to max available width
crtl-alt-h used to max availible height
Now all three just max to screen size, width or height.
This is part of my keybindings.cfg:
__NEXT_ACTION
__MODIFIER_KEY __CTRL_ALT
__KEY z
__EVENT __KEY_PRESS
__ACTION __A_MAX_SIZE conservative
__NEXT_ACTION
__MODIFIER_KEY __CTRL_ALT
__KEY return
__EVENT __KEY_PRESS
__ACTION __A_MAX_SIZE conservative
__NEXT_ACTION
__MODIFIER_KEY __CTRL_ALT
__KEY w
__EVENT __KEY_PRESS
__ACTION __A_MAX_WIDTH conservative
__NEXT_ACTION
__MODIFIER_KEY __CTRL_ALT
__KEY h
__EVENT __KEY_PRESS
__ACTION __A_MAX_HEIGHT conservative
__END
This is part of my theme, which works as expected when using the mouse
on the buttons:
__ACLASS __BGN
__NAME ACTION_MAXH
__TOOLTIP_TEXT "Maximize Height"
__TYPE __TYPE_NORMAL
__TOOLTIP_ACTION_TEXT "Toggle between maximum screen height and normal
height."
__EVENT __MOUSE_RELEASE
__ALLOW_ANY_MODIFIER_KEYS __ON
__ALLOW_ANY_BUTTON __ON
__ACTION __A_MAX_HEIGHT conservative
__END
__ACLASS __BGN
__NAME ACTION_MAXW
__TOOLTIP_TEXT "Maximize Width"
__TYPE __TYPE_NORMAL
__TOOLTIP_ACTION_TEXT "Toggle between maximum screen width and normal
width."
__EVENT __MOUSE_RELEASE
__ALLOW_ANY_MODIFIER_KEYS __ON
__ALLOW_ANY_BUTTON __ON
__ACTION __A_MAX_WIDTH conservative
__END
Is it me? Or is it 16.6?
Using "available" instead of "conservative" has no effect.
R.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users