xamarin / Xamarin.PropertyEditing

MIT License
24 stars 16 forks source link

[Mac] Allow Ctrl+Shift+i to display the Property Button's menu. #704

Closed CartBlanche closed 4 years ago

CartBlanche commented 4 years ago

Not particularly happy about the hoops to jump through to trigger the pop-up, but this appears to work. If you know of a more elegant solution, shout out!

chkn commented 4 years ago

Doesn't look too bad to me

CartBlanche commented 4 years ago

@vancura Do you have a suggestion other than Ctrl+Space?

sevoku commented 4 years ago

There is no shortcut for this on a Mac and we should not add it just for proppy and nowhere else. Also CTRL+SPACE is a Windows specific shortcut.

With VO there is VO+SHIFT+M to open a context menu of the current element. For this to work you might need to implement accessibilityPerformShowMenu

vancura commented 4 years ago

@CartBlanche We have an ongoing conversation in our team room, I'll paste the results here when we have a solution.

vancura commented 4 years ago

@CartBlanche We don't have a solution :) Please don't use that shortcut.