Oh~ so the control key is the meta key! Thanks :)

BTW, I was able to rebind cmd+h(hide window) on for leo by following this 
gist: https://gist.github.com/abachman/923376

Basically, I think one of these two commands does it: (rebinds it to 
shft+cmd+h)

    defaults write python NSUserKeyEquivalents -dict-add "Hide python" 
"@\$H"
    defaults write python NSUserKeyEquivalents -dict-add "Hide Leo" "@\$H"

Jack

On Sunday, January 5, 2014 3:10:55 PM UTC-5, Ville M. Vainio wrote:
>
> What Qt calls "Ctrl" is actually called Cmd (or "Apple key") on mac.
>
> There is actually a Ctrl key on the keyboard as well; it is called "Meta", 
> or Qt.MetaModifier by Qt
>
>
> http://stackoverflow.com/questions/16809139/qt-how-to-define-cmdkey-shortcut-for-mac
>
> Id'd like to be able to bind keys like:
>
> edit-headline = Meta+h
>
> (incidentally, I bound f2 to edit-headline now since ctrl+h is "hide 
> window" on Mac).
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" 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/leo-editor.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to