The updateProfile.userKeyActions parameter may be used to query or set the user key actions that will be used by the updateProfile command. The user key actions are a list of key/action pairs that you wish to define when the updateProfile command is issued.
query command
set command
current parameter
default parameter
install parameter
updateProfile.userKeyActions is scoped to the current view.
current.updateProfile.userKeyActions is scoped to the current view.
default.updateProfile.userKeyActions is globally scoped.
install.updateProfile.userKeyActions is globally scoped.
query updateProfile.userKeyActions set updateProfile.userKeyActions { default | [ key action ] [...] } query current.updateProfile.userKeyActions query default.updateProfile.userKeyActions set default.updateProfile.userKeyActions { install | [ key action ] [...] } query install.updateProfile.userKeyActions
default | If you specify the default parameter for the set updateProfile.userKeyActions command, the current view will use the value of default.updateProfile.userKeyActions as the user commands for the updateProfile command. |
[ key action ] [...] | If you specify a list of key/action pairs for the set updateProfile.userKeyActions command, the updateProfile command will use that list of user key actions within the current view. If you specify a list of key/action pairs for the set default.updateProfile.userKeyActions command, the updateProfile command will use that list of user key actions within all document views that have the updateProfile.userKeyActions set to default. The key parameter is the key that you want to define. Refer to the keyAction parameter to see the valid syntax for defining a key. The action parameter should be a valid action name. |
install | If you specify the install parameter for the set default.updateProfile.userKeyActions command, all views that have updateProfile.userKeyActions set to default will use the value of install.updateProfile.userKeyActions to determine user key actions to be used by the updateProfile command. |
The query current.updateProfile.userKeyActions command will return the list of key/action pairs that will be used, within the current view, by the updateProfile command.
query updateProfile.userKeyActions set updateProfile.userKeyActions a-backSpace.t.p.secondary undo query current.updateProfile.userKeyActions query default.updateProfile.userKeyActions set default.updateProfile.userKeyActions install query install.updateProfile.userKeyActions
updateProfile command
query command
set command
current parameter
default parameter
install parameter
keyAction parameter
keys parameter
updateProfile.baseProfile parameter
updateProfile.parser parameter
updateProfile.userActions parameter
updateProfile.userCommands parameter
updateProfile.userMouseActions parameter
updateProfile.userProfile parameter