File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ azooKeyでは`"input"`の他にいくつかの動作を行うことができま
141141| flick_numbersymbols | フリック入力の数字・記号タブ |
142142| qwerty_japanese[ ^ 2 ] | ローマ字入力の日本語タブ |
143143| qwerty_english[ ^ 2 ] | ローマ字入力の英語タブ |
144- | qwerty_number [ ^ 2 ] | ローマ字入力の数字タブ |
144+ | qwerty_numbers [ ^ 2 ] | ローマ字入力の数字タブ |
145145| qwerty_symbols[ ^ 2 ] | ローマ字入力の記号タブ |
146146| emoji_tab | 絵文字タブ |
147147| clipboard_history_tab | クリップボードの履歴タブ(フルアクセスが必要です) |
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ azooKeyでは`InputAction`の他にいくつかの動作を行うことができ
9595| ToggleTabBarAction | なし | タブバーの表示をtoggleします。 |
9696| ToggleCapsLockStateAction | なし | caps lockをtoggleします。 |
9797| DismissKeyboardAction | なし | キーボードを閉じます。 |
98- | PasteKeyboardAction | なし | コピーしている文字列をペーストします。フルアクセスがない場合動作しません。 |
98+ | PasteAction | なし | コピーしている文字列をペーストします。フルアクセスがない場合動作しません。 |
9999| LaunchApplicationAction | scheme_type: Literal[ 'azooKey', 'shortcuts'] <br />target: str | scheme_typeで指定されたアプリケーションをscheme://(target)として開きます。scheme_typeには` "azooKey" ` か` "shortcuts" ` のみを指定できます。 |
100100
101101続く引数の` longpress_actions ` は` LongpressAction ` というオブジェクトで、ほぼ` press_actions ` と同じです。
@@ -121,7 +121,7 @@ class LongpressAction(object):
121121| flick_numbersymbols | フリック入力の数字・記号タブ |
122122| qwerty_japanese[ ^ 2 ] | ローマ字入力の日本語タブ |
123123| qwerty_english[ ^ 2 ] | ローマ字入力の英語タブ |
124- | qwerty_number [ ^ 2 ] | ローマ字入力の数字タブ |
124+ | qwerty_numbers [ ^ 2 ] | ローマ字入力の数字タブ |
125125| qwerty_symbols[ ^ 2 ] | ローマ字入力の記号タブ |
126126| emoji_tab | 絵文字タブ |
127127| clipboard_history_tab | クリップボードの履歴タブ(フルアクセスが必要です) |
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ enum CodableTabData{
149149| .flick_numbersymbols | フリック入力の数字・記号タブ |
150150| .qwerty_japanese[ ^ 2 ] | ローマ字入力の日本語タブ |
151151| .qwerty_english[ ^ 2 ] | ローマ字入力の英語タブ |
152- | .qwerty_number [ ^ 2 ] | ローマ字入力の数字タブ |
152+ | .qwerty_numbers [ ^ 2 ] | ローマ字入力の数字タブ |
153153| .qwerty_symbols[ ^ 2 ] | ローマ字入力の記号タブ |
154154| .emoji_tab | 絵文字タブ |
155155| .clipboard_history_tab | クリップボードの履歴タブ(フルアクセスが必要です) |
499499
500500[ ^ 2 ] : ここではpc_styleではなくqwertyと呼んでいます。これはこのタブの配列がqwertyであるからです。
501501[ ^ 3 ] : ここではqwerty_variationあるいはpc_style_variationではなくlongpress_variationと呼んでいます。variationがそれが現れる条件となる操作によって分類されるからです。
502-
You can’t perform that action at this time.
0 commit comments