.* @Exclude breaks defined mappings
Brought to you by:
jcatki
I'm finding that a generic @Exclude command seems to break my other mappings:
I'm doing this to try and get around bug ID 2852127 which cause buttons 8 and 9 to break in some applications (Chrome, xev and firefox).
"^pcmanfm$"
@Priority=10
None, Thumb2, Alt_L|Right
None, Thumb1, Alt_L|Left
".*"
@Priority=1
@Exclude
With this configuration, the mappings work in pcmanfm, until I then click these buttons in any other window, where the @Exclude command seems to take effect. After this however, the mappings are not applied to pcmanfm. I've tried with various combinations of @Priority, and excluding @Priority altogether.
I'm running:
imwheel 1.0.0pre12
Ubuntu 10.04 x64
Thanks.