You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plus not being Obsolete.
On German keyboards the plus is a separate key next to the Enter-key which can be used without modifiers (shift, alt, control, etc.). I simply do not know how the pressing of the plus key would even have to be detected in code on a German keyboard.
At least it would be hard to know that it is a modifier key (Shift plus Equal key). But as said I do not know if that would even work.
So I would strongly suggest not to remove that Key Enum.
I would of course like to have your thoughts on that since I am quite new to Eto.
Actual Behavior
Plus is Obsolete
Steps to Reproduce the Problem
Look at code
Code that Demonstrates the Problem
//
// Summary:
// The Plus '+' Key, which usually produces an '=' when pressed without shift and
// is beside the backspace key.
[Obsolete("Since 2.4, Use Equal")]
Plus = 0x55,
Specifications
Version: 2.8.2
Platform(s): Most likely all. I use Gtk.
Operating System(s): Ubuntu
The text was updated successfully, but these errors were encountered:
Expected Behavior
Plus not being Obsolete.
On German keyboards the plus is a separate key next to the Enter-key which can be used without modifiers (shift, alt, control, etc.). I simply do not know how the pressing of the plus key would even have to be detected in code on a German keyboard.
At least it would be hard to know that it is a modifier key (Shift plus Equal key). But as said I do not know if that would even work.
So I would strongly suggest not to remove that Key Enum.
I would of course like to have your thoughts on that since I am quite new to Eto.
Actual Behavior
Plus is Obsolete
Steps to Reproduce the Problem
Code that Demonstrates the Problem
Specifications
The text was updated successfully, but these errors were encountered: