[FIXED] MacOSX UI issue (ctrl vs cmd)

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

[FIXED] MacOSX UI issue (ctrl vs cmd)

Post by Kunda1 »

In issue #2739 the OP states
While editing a sketch, the Elements box says to Ctrl-click to select multiple elements, but it should say Command-click.
Can someone on OSX confirm this?
IMO, if this issue exists probably a good idea to get it fixed before 0.17
Last edited by Kunda1 on Thu Jan 12, 2017 2:53 pm, edited 1 time in total.
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
chrisb
Veteran
Posts: 54197
Joined: Tue Mar 17, 2015 9:14 am

Re: MacOSX UI issue (ctrl vs cmd)

Post by chrisb »

Kunda1 wrote:In issue #2739 the OP states
While editing a sketch, the Elements box says to Ctrl-click to select multiple elements, but it should say Command-click.
Can someone on OSX confirm this?
IMO, if this issue exists probably a good idea to get it fixed before 0.17
Confirmed: It should say Command-Click. (FreeCAD behaves as expected by Mac Users).
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: MacOSX UI issue (ctrl vs cmd)

Post by Kunda1 »

chrisb wrote:
Kunda1 wrote:In issue #2739 the OP states
While editing a sketch, the Elements box says to Ctrl-click to select multiple elements, but it should say Command-click.
Can someone on OSX confirm this?
IMO, if this issue exists probably a good idea to get it fixed before 0.17
Confirmed: It should say Command-Click. (FreeCAD behaves as expected by Mac Users).
Sorry @chrisb i didn't quite understand. You wrote 'it should say' and then you wrote 'FreeCAD behaves as expected'. So I'm a little confused.
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
nemesis
Posts: 373
Joined: Tue Mar 25, 2014 11:24 pm
Location: France, Lyon

Re: MacOSX UI issue (ctrl vs cmd)

Post by nemesis »

Also Confirmed.
but as chrisb said, it should say "cmd" as "cmd" is always the key used on OS X. (copy/paste is "cmd + c"/ "cmd+v") so the question is, is this possible to have different informations according to the OS
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: MacOSX UI issue (ctrl vs cmd)

Post by Kunda1 »

nemesis wrote:Also Confirmed.
but as chrisb said, it should say "cmd" as "cmd" is always the key used on OS X. (copy/paste is "cmd + c"/ "cmd+v") so the question is, is this possible to have different informations according to the OS
Oh OK, got it. Hopefully a dev could weigh in on this. I'm not sure if changing ctrl to cmd would have impact on macros or other esoteric inner-workings of FC.
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
wmayer
Founder
Posts: 20307
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: MacOSX UI issue (ctrl vs cmd)

Post by wmayer »

When looking at a menu on osx then it doesn't use "cmd" in a shortcut but uses this special symbol (looks like a motorway junction). http://doc.qt.io/qt-4.8/qmenu.html#details

So, would cmd fit or would it be better to use the symbol. The former one is trivial to do but for the latter I don't know if there is a way to get this symbol.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: MacOSX UI issue (ctrl vs cmd)

Post by Kunda1 »

wmayer wrote:When looking at a menu on osx then it doesn't use "cmd" in a shortcut but uses this special symbol (looks like a motorway junction). http://doc.qt.io/qt-4.8/qmenu.html#details

So, would cmd fit or would it be better to use the symbol. The former one is trivial to do but for the latter I don't know if there is a way to get this symbol.
https://en.m.wikipedia.org/wiki/Command_key
The Command key (⌘), also historically known as the Apple key, clover key, open-Apple key, splat key, pretzel key, or propeller key
It makes sense to use it instead of 'cmd' for OSX users
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: MacOSX UI issue (ctrl vs cmd)

Post by Kunda1 »

wmayer issued fixes for this ticket in git commit a9530bc6 and git commit c2f2a250
Closed.
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply