Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2817

Support combination of Ctrl, Alt and Shift for setCtrlKeys API

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Closed
    • Priority: Normal
    • Resolution: Done
    • Affects Version/s: 7.0.5
    • Fix Version/s: 8.0.1
    • Component/s: Components
    • Labels:
      None
    • gh.sprint.customfield.default.name:
      ZK 8.0.1

      Description

      As title, it is better to support those combination to let user create more keyboard shortcuts. For example

      <zk>
      	<zscript><![CDATA[
      	void doSomething(int keyCode) {
      		System.out.println(keyCode);
      	}
      	]]></zscript>
      	<window ctrlKeys="@^t" onCtrlKey="doSomething(event.getKeyCode())">
      		<textbox />
      	</window>
      </zk>
      

        Attachments

          Activity

            People

            Assignee:
            DevChu DevChu
            Reporter:
            vincentjian vincentjian
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 1 hour
                1h