Support combination of Ctrl, Alt and Shift for setCtrlKeys API

XMLWordPrintable

    • Type: New Feature
    • Resolution: Done
    • Priority: Normal
    • 8.0.1
    • Affects Version/s: 7.0.5
    • Component/s: Components
    • None
    • ZK 8.0.1
    • None

      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>
      

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

              Created:
              Updated:
              Resolved:

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