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

Support combination of Ctrl, Alt and Shift for setCtrlKeys API

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Done
    • Icon: Normal Normal
    • 8.0.1
    • 7.0.5
    • Components
    • None
    • ZK 8.0.1

      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>
      

            DevChu DevChu
            vincentjian 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