updateProfile.userKeyActions パラメーター

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

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

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

有効範囲

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

構文

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 set updateProfile.userKeyActions コマンドに default パラメーターを指定した場合は、現行ビューは default.updateProfile.userKeyActions の値を updateProfile コマンドのユーザー・コマンドとして使用します。
[ key action ] [...] set updateProfile.userKeyActions コマンドにキー / アクションの対のリストを指定した場合は、updateProfile コマンドは現行ビュー内でそのユーザー・キー・アクションのリストを使用します。 set default.updateProfile.userKeyActions コマンドにキー / アクションの対のリストを指定した場合は、updateProfile コマンドは、updateProfile.userKeyActionsdefault に設定したすべての文書ビュー内でそのユーザー・キー・アクションのリストを使用します。

この key パラメーターは、ユーザーが定義するキーです。 キーの定義については、『keyAction パラメーター』を参照してください。   action パラメーターは、有効なエディター・アクション名であるか、または、キーからアクションをアンバインドする場合は null で なければなりません。
install set default.updateProfile.userKeyActions コマンドに install パラメーターを指定すると、updateProfile.userKeyActionsdefault に設定されたすべての ビューでは、install.updateProfile.userKeyActions の値を使用して、updateProfile コマンド が使用するユーザー・キー・アクションが判別されます。

説明

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

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 コマンド
query コマンド
set コマンド
current パラメーター
default パラメーター
install パラメーター
keyAction パラメーター
keys パラメーター
updateProfile.baseProfile パラメーター
updateProfile.parser パラメーター
updateProfile.userActions パラメーター
updateProfile.userCommands パラメーター
updateProfile.userMouseActions パラメーター
updateProfile.userProfile パラメーター