Keyboard Shortcuts in OMI

Hi All, has anyone been able to create global keyboard shortcuts in OMI? Eg, Ctrl+I

Thanks!

Parents
  • I'm not aware of any key-script in a layout, like you find in in a InTouch application, but others might know better.
    But you could place a symbol in your pane that's always open, (ie in the application-header.)
    And use a Animation Script - Action in the symbol.

    Set the symbol with the action script to use a Key Equivalent to your desired shortcut.

    Might not be the pretty solution you might want, but it could be a workaround until someone else has a better idea.

    The downside is that the symbol and element can not be hidden or disabled to work, and you probably do not want the user to be able to press it by accident.
    But you can get creative in how to resolve that, even a transparent 1x1 pixel animation will work.

Reply
  • I'm not aware of any key-script in a layout, like you find in in a InTouch application, but others might know better.
    But you could place a symbol in your pane that's always open, (ie in the application-header.)
    And use a Animation Script - Action in the symbol.

    Set the symbol with the action script to use a Key Equivalent to your desired shortcut.

    Might not be the pretty solution you might want, but it could be a workaround until someone else has a better idea.

    The downside is that the symbol and element can not be hidden or disabled to work, and you probably do not want the user to be able to press it by accident.
    But you can get creative in how to resolve that, even a transparent 1x1 pixel animation will work.

Children