updateProfile.userMouseActions パラメーター

updateProfile.userMouseActions パラメーターを使用して、 updateProfile コマンドが使用するユーザー・マウス・アクションを設定または照会します。 このユーザー・マウス・アクションは、updateProfile コマンドの発行時にユーザーが有効に できるマウス・イベント/アクションの対のリストです。

使用できるコマンド/パラメーター

query コマンド
set コマンド
current パラメーター
default パラメーター
install パラメーター

有効範囲

updateProfile.userMouseActions の有効範囲は現行ビューです。
current.updateProfile.userMouseActions の有効範囲は現行ビューです。
default.updateProfile.userMouseActions の有効範囲はグローバルです。
install.updateProfile.userMouseActions の有効範囲はグローバルです。

構文

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 

パラメーター

default set updateProfile.userMouseActions コマンドに default パラメーターを指定した場合は、現行ビューは default.updateProfile.userMouseActions の値を updateProfile コマンドのユーザー・コマンドとして使用します。
[ mouseEvent action ] [...] set updateProfile.userMouseActions コマンドにマウス・イベント / アクションの対のリストを指定した場合は、updateProfile コマンドは現行ビュー内でそのユーザー・マウス・アクションのリストを使用します。 set default.updateProfile.userMouseActions コマンドにマウス・イベント / アクションの対のリストを指定した場合は、updateProfile コマンドは、updateProfile.userMouseActionsdefault に設定したすべての文書ビュー内でそのユーザー・マウス・アクションのリストを使用します。

この mouseEvent パラメーターは、ユーザーが定義するマウス・イベントです。 マウス・イベントの定義については、『mouseAction パラメーター』を参照してください。 action パラメーターは、有効なエディター・アクション名である必要があります。
install set default.updateProfile.userMouseActions コマンドに install パラメーターを指定すると、updateProfile.userMouseActionsdefault に設定されたすべてのビュー では、install.updateProfile.userMouseActions の値を使用して、updateProfile コマンドが使用するユーザー・マウス・アクションが判別されます。

説明

query current.updateProfile.userMouseActions コマンドは、 現行ビュー内で updateProfile コマンドが使用するマウス・イベント/アクションの対のリストを戻します。

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 

関連参照
updateProfile コマンド
query コマンド
set コマンド
current パラメーター
default パラメーター
install パラメーター
mouseAction パラメーター
mouseEvents パラメーター
updateProfile.baseProfile パラメーター
updateProfile.parser パラメーター
updateProfile.userActions パラメーター
updateProfile.userCommands パラメーター
updateProfile.userKeyActions パラメーター
updateProfile.userProfile パラメーター