Modify a Keyboard Shortcut
-
In the
..\win_b64\resources\IASXmldirectory, create a copy of theIASShortcut.xmlfile and rename it toUserShortCut.xml. -
In the
UserShortCut.xmlfile, remove the language-specific keyboard layout sections you do not need. -
To change a shortcut, change the character in the
<KeyCode ID="X" />line in theIASFunctionxml tag. -
Add a line
<Modifier ID="ALT" />or<Modifier ID="SHIFT" />to define a shortcut to be used with Alt or Shift key.