Jingles

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Keystrokes/KeyCommands on button click #69345
    Jingles
    Participant
      • Topics: 1
      • Replies: 1
      • Total: 2

      Okay, I found the first list 😀

      value(“spaceKey”, KeyPress::spaceKey),
      value(“escapeKey”, KeyPress::escapeKey),
      value(“returnKey”, KeyPress::returnKey),
      value(“tabKey”, KeyPress::tabKey),
      value(“deleteKey”, KeyPress::deleteKey),
      value(“backspaceKey”, KeyPress::backspaceKey),
      value(“insertKey”, KeyPress::insertKey),
      value(“upKey”, KeyPress::upKey),
      value(“downKey”, KeyPress::downKey),
      value(“leftKey”, KeyPress::leftKey),
      value(“rightKey”, KeyPress::rightKey)

    Viewing 1 post (of 1 total)
    Ctrlr