An Action Shortcut is a method to map a keystroke key (or key combination) to an action in the computer program. For example, you can create an Action Shortcut that will map keys Ctrl+P to the Play Selected Cue action of the Easy Player. See possible Actions listed in Figure 1.
Wireless, pocket size remote control devices can be used to control the Sound Mill Easy Player. Virtually all remote controllers work by sending keyboard keystroke signals to the computer when you press one of its buttons. Think of the remote controller as a keyboard with a very limited number of keys. For example, you might have a Play button on the controller that sends a Ctrl+P signal to the computer. The actual keystrokes sent are generally based on the menu item Shortcuts of the computer program that the remote was designed for (ex. Windows Media Player, Power Point, etc).
The following Player Actions can be controlled by a remote control device by Actions Shortcuts:
Play Cue,
Stop,
Pause,
Resume,
Volume Up,
Volume Down,
Mute,
Next Cue,
Previous Cue,
First Cue,
Last Cue,
Show Mode,
Exit Show Mode,
Show Cue Buttons.
See the Actions menu items for details of each action. Show Cue Buttons is on the View menu.
These menu items allow you to dynamically change the keyboard shortcuts associated with the Actions menu items. Check the Actions menu for changes after clicking any of these options.
The Tools -- Manage Custom Actions Shortcuts menu items allow you to edit the shortcuts that are applied to the Actions menu items. This is useful when you have a remote control device and want to map the Actions to specific buttons on the remote. Your remote manual may tell you what keystroke signals are mapped to each physical button. If not, use our Key Mapper Tool to quickly discover which keystrokes are sent by each button.
See our Knowledge Base article, Remote Controller - Custom Shortcuts for Easy Player, for a step by step procedure of setting up action shortcuts for a wireless Remote device.
The Shortcut Key Editor (Figure 2) will set the key (or key combination) for the Shortcut. The Modifier keys (CONTROL, SHIFT and ALT) can be added as combination keys (ex Ctrl+P combination) by checking the associated Modifier checkbox. Use the Key pulldown to set the Key. The Reset button clears all Modifiers and sets the key to None.
Some keys are reserved for navigating the Cue Button Table by keyboard and other purposes. These should be avoided as key selections whenever possible if you want to maintain the keyboard grid-style navigation of the Cue Button Table. If you do need to use them, you may lose some Cue Button Table navigation function. Using Reserved keys in combination with a modifier key is ok (ex. CTRL+HOME is ok, but using HOME as a single key is not recommended).
These are Player Assigned Keys, but can be Reassigned to Shortcuts. If you do reassign one of these keys, you will lose its default assigned Player function.
Perform keyboard grid-style navigation of the Cue Button Table:
Arrow keys( UP, DOWN, LEFT AND RIGHT), PAGE-UP, PAGE-DOWN, HOME, END.
End Show Mode: ESCAPE
Toggles Show/Hide of the Cue Button Table: B, "." (Period)
Do Not Reassign any of these to Shortcuts!! You'll get unexpected results and it is likely that the shortcut will not work.
Windows moves control focus to Next or Previous control: TAB, BACKSPACE.
Windows button push (same as a mouse click on a button): ENTER, SPACE bar.
Windows special purpose keys: CONTROL+ALT+DELETE and ALT+TAB, ALT,
NUM LOCK, PRINT SCREEN, SCROLL LOCK, WAKE, SLEEP, POWER, CAPS LOCK, WINDOWS key.
Listing 1. AutoHotkey Remap Script
Numpad1::Send {NumpadEnd}
Numpad2::Send {NumpadDown}
Numpad3::Send {NumpadPgDn}
Numpad4::Send {NumpadLeft}
Numpad6::Send {NumpadRight}
Numpad7::Send {NumpadHome}
Numpad8::Send {NumpadUp}
Numpad9::Send {NumpadPgUp}