Rosengren / windowlicker

Automatically exported from code.google.com/p/windowlicker
GNU General Public License v3.0
0 stars 0 forks source link

Windowlicker does not cope with Look-and-Feels that violate platform conventions #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For example, the Metal look and feel uses Control-C for copy on MacOS
instead of Command-C.  The AWT Toolkit reports that Command-C is the
shortcut key, so the component drivers do not issue shortcuts correctly
when the app is using the Metal look and feel.

The solution is for a driver to find a keystroke that corresponds to a
named shortcut on the component's input map and then turn that keystroke
into a gesture.

Original issue reported on code.google.com by nat.pr...@gmail.com on 7 Oct 2009 at 10:20