On 30.08.2010, at 21:10, John J. Foerch wrote: > Mozilla calls Conkeror's keypress handler with an event object which has > properties describing the event. The property altKey is true if alt was > pressed, and the property metaKey is true if the meta key was pressed. > The meta key is defined by gtk as mod4. Conkeror then uses one or the > other of these properties to represent the "M" modifier, depending on the > operating system.
Thanks for those explanations, which helped me track down the problem and fix it. I assigned my Meta keys to mod4, moved the Alt keys to mod3, and changed awesome's hotkey from mod4 to mod3. Now everyone (at least awesome, conkeror, and emacs) are happy - and me too! Konrad. _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
