[]
コンポーネントのセレクタ GcShortcutInfoComponent GcShortcutComponentの入れ子として使用されます。 例:
GcShortcutInfoComponent
GcShortcutComponent
<GcShortcutComponent [block-message]='true'> <GcShortcutInfoComponent [shortcut-key]='67' action='clear'></GcShortcutInfoComponent> // press 'C' <GcShortcutInfoComponent [shortcut-key]='80' action='previouscontrol' target='#textbox'></GcShortcutInfoComponent> // press 'P', target can be the css selector. </GcShortcutComponent>
継承元 ShortcutKeyActionArgs.action
実行するアクション。
継承元 ShortcutKeyActionArgs.alt
Altキーと組み合わせるかどうか。初期値はfalse。
継承元 ShortcutKeyActionArgs.blockMessage
ショートカットキー押下の通知をブロックするかどうかを設定します。初期値はfalse。
継承元 ShortcutKeyActionArgs.ctrl
Ctrlキーと組み合わせるかどうか。初期値はfalse。
継承元 ShortcutKeyActionArgs.shift
Shiftキーと組み合わせるかどうか。初期値はfalse。
継承元 ShortcutKeyActionArgs.key
対象のキー
継承元 ShortcutKeyActionArgs.target
指定されたキーが押されたときにアクションを実行する対象(HTML要素やInputManコントロール)。
コンポーネントのセレクタ
GcShortcutInfoComponent
GcShortcutComponent
の入れ子として使用されます。 例:<GcShortcutComponent [block-message]='true'> <GcShortcutInfoComponent [shortcut-key]='67' action='clear'></GcShortcutInfoComponent> // press 'C' <GcShortcutInfoComponent [shortcut-key]='80' action='previouscontrol' target='#textbox'></GcShortcutInfoComponent> // press 'P', target can be the css selector. </GcShortcutComponent>