On Monday, August 24, 2015 at 4:10:23 AM UTC+2, Rob McBroom wrote: > > I use Control and it works on either side (and does Caps Lock, which is > mapped to Control and what I mostly use). > > Do you have any key reapers or custom bindings in effect? > > Maybe try something like Key Codes <http://manytricks.com/keycodes/> to > see what’s going on. >
I do have KeyRemap4MacBook, but even with default profile (no remapping) QS doesn't activate with the right side modifiers. Key Codes logs the following Command left Modifier Change Keys: ⌘ Key Code: 65535 / 0xffff Modifiers: 1048840 / 0x100108 Modifier Change Keys: Key Code: 65535 / 0xffff Modifiers: 256 / 0x100 Command right Modifier Change Keys: ⌘ Key Code: 65535 / 0xffff Modifiers: 1048848 / 0x100110 Modifier Change Keys: Key Code: 65535 / 0xffff Modifiers: 256 / 0x100 And this is already written to the plist <key>QSActivationHotKey</key> <dict> <key>keyCode</key> <integer>49</integer> <key>modifiers</key> <integer>1048840</integer> </dict> -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/d/optout.
