Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard shortcuts should be based on OS #29

Open
GoogleCodeExporter opened this issue Dec 28, 2015 · 0 comments
Open

Keyboard shortcuts should be based on OS #29

GoogleCodeExporter opened this issue Dec 28, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. In MacOS, ctrl+c is used for copy. 


What is the expected output? What do you see instead?
Ideally it should be command+c for Mac


What version of the product are you using? On what operating system?
Mac OS, KawigiEdit 2.1.8


Please provide any additional information below.

* A possible solution is to use java.awt.Toolkit class and using 
getMenuShortcutKeyMask method. instead of hardcoded KeyEvent and InputEvent 
constants. A good amount of refactoring may be required.

Original issue reported on code.google.com by [email protected] on 27 Jul 2013 at 8:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant