Discussion:
Menu Accelerators in OS X
Gerhard Mueller
2014-08-25 12:25:57 UTC
Permalink
It is possible to make menu accelerators in OS X for Alt-, Cmd- and
Shift-key with "\t" in SetItemLabel().
But how to make this for the fn key?

Thanks.
Gerhard
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Steve Barnes
2014-09-08 19:30:13 UTC
Permalink
Post by Gerhard Mueller
It is possible to make menu accelerators in OS X for Alt-, Cmd- and
Shift-key with "\t" in SetItemLabel().
But how to make this for the fn key?
Thanks.
Gerhard
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
or visit http://groups.google.com/group/wx-users
Can I suggest not using the Fn key for menu accelerators as if you do it
will *only work on Mac* one of the joys of wx is that it is cross
platform and making your user interface platform specific can be a
problem if you later decide to address other targets.

Gadget/Steve
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Gerhard Mueller
2014-09-09 12:23:07 UTC
Permalink
Post by Gerhard Mueller
It is possible to make menu accelerators in OS X for Alt-, Cmd- and
Shift-key with "\t" in SetItemLabel().
But how to make this for the fn key?
Thanks.
Gerhard
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
or visit http://groups.google.com/group/wx-users
Can I suggest not using the Fn key for menu accelerators as if you do it
will *only work on Mac* one of the joys of wx is that it is cross
platform and making your user interface platform specific can be a problem
if you later decide to address other targets.
Gadget/Steve
But we do have already the wrapper for Mac: Ctrl key is mapped to the Cmd
key on Mac. There are several other things in wx spezified for Mac. If wx
will be platform independent it should also support different keyboards.
Gerhard
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Igor Korot
2014-09-09 17:47:52 UTC
Permalink
Gerhard,

On Tue, Sep 9, 2014 at 5:23 AM, Gerhard Mueller
Post by Gerhard Mueller
Post by Gerhard Mueller
It is possible to make menu accelerators in OS X for Alt-, Cmd- and
Shift-key with "\t" in SetItemLabel().
But how to make this for the fn key?
Thanks.
Gerhard
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
or visit http://groups.google.com/group/wx-users
Can I suggest not using the Fn key for menu accelerators as if you do it
will only work on Mac one of the joys of wx is that it is cross platform and
making your user interface platform specific can be a problem if you later
decide to address other targets.
Gadget/Steve
But we do have already the wrapper for Mac: Ctrl key is mapped to the Cmd
key on Mac. There are several other things in wx spezified for Mac. If wx
will be platform independent it should also support different keyboards.
The big question is: what will you use on Windows and, especially, in
Linux/GTK where
you need special library to support those kind of keys.

Thank you.
Post by Gerhard Mueller
Gerhard
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
or visit http://groups.google.com/group/wx-users
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Gerhard Mueller
2014-09-15 13:13:49 UTC
Permalink
Igor,
so why we have the Mac OS X port in wxWidgets when it is not complete?
Post by Igor Korot
Gerhard,
The big question is: what will you use on Windows and, especially, in
Linux/GTK where
you need special library to support those kind of keys.
Thank you.
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Loading...