You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2010/11/02 16:50:26 UTC

[jira] Created: (PIVOT-663) Provide platform-independent keystroke mapping to "command" key

Provide platform-independent keystroke mapping to "command" key
---------------------------------------------------------------

                 Key: PIVOT-663
                 URL: https://issues.apache.org/jira/browse/PIVOT-663
             Project: Pivot
          Issue Type: Improvement
          Components: wtk
            Reporter: Greg Brown
             Fix For: 2.0


This will allow developers to declaratively define keystrokes that map to the system "command" key (CTRL on Windows/Linux and META on the Mac); e.g.:

<content:MenuItemData text="New" keyboardShortcut="CMD-N"/>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PIVOT-663) Provide platform-independent keystroke mapping to "command" key

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown resolved PIVOT-663.
------------------------------

    Resolution: Fixed

> Provide platform-independent keystroke mapping to "command" key
> ---------------------------------------------------------------
>
>                 Key: PIVOT-663
>                 URL: https://issues.apache.org/jira/browse/PIVOT-663
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>            Reporter: Greg Brown
>             Fix For: 2.0
>
>
> This will allow developers to declaratively define keystrokes that map to the system "command" key (CTRL on Windows/Linux and META on the Mac); e.g.:
> <content:MenuItemData text="New" keyboardShortcut="CMD-N"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.