enlightenment/src/modules/conf_keybindings
Christopher Michael bd84ed2b89 E/mouse_bindings: Fix issue where button combinations (key bindings)
were not working After a mouse binding was added. Change input window
size (does not need to be whole screen, can be 1,1). Use
EINA_LIST_FREE to handle removing the event_handlers (cleaner than a
while loop). Add safety checks when comparing event windows (If the
local bind_window is 0 then just exit. NB: I added this check, because
in theory, the event window Could be 0 (root window), so comparing
event window == 0 vs local bind_win (which could be zero) would not
have had the desired effect (exiting function). NOW we check if the
local bind_win is zero first. If so, we can just bail out regardless
of event window.



SVN revision: 72010
2012-06-12 10:16:40 +00:00
..
Makefile.am as per plan - merge more core modules. 2011-04-09 15:01:07 +00:00
e_int_config_acpibindings.c fix formatting for conf_keybindings 2012-06-08 09:48:19 +00:00
e_int_config_acpibindings.h as per plan - merge more core modules. 2011-04-09 15:01:07 +00:00
e_int_config_keybindings.c fix formatting for conf_keybindings 2012-06-08 09:48:19 +00:00
e_int_config_keybindings.h export less 2010-01-22 20:28:39 +00:00
e_int_config_mousebindings.c E/mouse_bindings: Fix issue where button combinations (key bindings) 2012-06-12 10:16:40 +00:00
e_int_config_mousebindings.h as per plan - merge more core modules. 2011-04-09 15:01:07 +00:00
e_mod_main.c fix formatting for conf_keybindings 2012-06-08 09:48:19 +00:00
e_mod_main.h e/docs: do bare documentation for e. 2012-01-19 23:25:32 +00:00
module.desktop.in updating portuguese translations 2011-04-29 20:28:52 +00:00