Modify a Keyboard Shortcut
-
In the
..\win_b64\resources\IASXml
directory, create a copy of theIASShortcut.xml
file and rename it toUserShortCut.xml
. -
In the
UserShortCut.xml
file, 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 theIASFunction
xml tag. -
Add a line
<Modifier ID="ALT" />
or<Modifier ID="SHIFT" />
to define a shortcut to be used with Alt or Shift key.