updateProfile.userMouseActions parameter

Use the updateProfile.userMouseActions parameter to set or query the user mouse actions that should be used by the updateProfile command.  The user mouse actions are a list of mouse event/action pairs that you wish to take effect when the updateProfile command is issued.

 

Availability

query command
set command
current parameter
default parameter
install parameter

 

Scope

updateProfile.userMouseActions is scoped to the current view.
current.updateProfile.userMouseActions is scoped to the current view.
default.updateProfile.userMouseActions is globally scoped.
install.updateProfile.userMouseActions is globally scoped.

 

Syntax

query updateProfile.userMouseActions
set updateProfile.userMouseActions { default
                                   | [ mouseEvent action ] [...]
                                   }
query current.updateProfile.userMouseActions
query default.updateProfile.userMouseActions
set default.updateProfile.userMouseActions { install
                                           | [ mouseEvent action ] [...]
                                           }
query install.updateProfile.userMouseActions 

 

Parameters

default If you specify the default parameter for the set updateProfile.userMouseActions command, the current view will use the value of default.updateProfile.userMouseActions as the user commands for the updateProfile command.
[ mouseEvent action ] [...] If you specify a list of mouse event/action pairs for the set updateProfile.userMouseActions command, the updateProfile command will use that list of user mouse actions within the current view.  If you specify a list of mouse event/action pairs for the set default.updateProfile.userMouseActions command, the updateProfile command will use that list of user mouse actions within all document views that have the updateProfile.userMouseActions set to default.

The mouseEvent parameter is the mouse event that you want to define.  Refer to the mouseAction parameter for information on defining mouse events.  The action parameter should be a valid editor action name.
install If you specify the install parameter for the set default.updateProfile.userMouseActions command, all of the views that have updateProfile.userMouseActions set to default will use the value of install.updateProfile.userMouseActions to determine the user mouse actions that should be used by the updateProfile command.

 

Description

The query current.updateProfile.userMouseActions command returns the list of mouse events/action pairs that will be used in the current view by the updateProfile command.

 

Examples

query updateProfile.userMouseActions
set updateProfile.userMouseActions 1-pressed.1.t.p cursorToMouse
query current.updateProfile.userMouseActions
query default.updateProfile.userMouseActions
set default.updateProfile.userMouseActions install
query install.updateProfile.userMouseActions 

Related reference
updateProfile command
query command
set command
current parameter
default parameter
install parameter
mouseAction parameter
mouseEvents parameter
updateProfile.baseProfile parameter
updateProfile.parser parameter
updateProfile.userActions parameter
updateProfile.userCommands parameter
updateProfile.userKeyActions parameter
updateProfile.userProfile parameter