このコミットが含まれているのは:
@@ -17,9 +17,9 @@ export type ShortcutActionId =
|
||||
| 'pagination.next'
|
||||
| 'pagination.previous'
|
||||
| 'settings.account'
|
||||
| 'settings.behavior'
|
||||
| 'settings.theme'
|
||||
| 'settings.keyboard'
|
||||
| 'settings.behavior'
|
||||
|
||||
export type KeyBinding = {
|
||||
key: string
|
||||
@@ -102,20 +102,20 @@ export const SHORTCUT_DEFINITIONS: ShortcutDefinition[] = [
|
||||
defaultBinding: { key: '1' },
|
||||
},
|
||||
{
|
||||
id: 'settings.theme',
|
||||
label: '設定: テーマ',
|
||||
id: 'settings.behavior',
|
||||
label: '設定: 動作',
|
||||
scope: 'settings',
|
||||
defaultBinding: { key: '2' },
|
||||
},
|
||||
{
|
||||
id: 'settings.keyboard',
|
||||
label: '設定: キーボード',
|
||||
id: 'settings.theme',
|
||||
label: '設定: テーマ',
|
||||
scope: 'settings',
|
||||
defaultBinding: { key: '3' },
|
||||
},
|
||||
{
|
||||
id: 'settings.behavior',
|
||||
label: '設定: 動作',
|
||||
id: 'settings.keyboard',
|
||||
label: '設定: キーボード',
|
||||
scope: 'settings',
|
||||
defaultBinding: { key: '4' },
|
||||
},
|
||||
@@ -137,9 +137,9 @@ export const SHORTCUT_DEFINITIONS_BY_ID =
|
||||
'pagination.next': SHORTCUT_DEFINITIONS[6],
|
||||
'pagination.previous': SHORTCUT_DEFINITIONS[7],
|
||||
'settings.account': SHORTCUT_DEFINITIONS[8],
|
||||
'settings.theme': SHORTCUT_DEFINITIONS[9],
|
||||
'settings.keyboard': SHORTCUT_DEFINITIONS[10],
|
||||
'settings.behavior': SHORTCUT_DEFINITIONS[11],
|
||||
'settings.behavior': SHORTCUT_DEFINITIONS[9],
|
||||
'settings.theme': SHORTCUT_DEFINITIONS[10],
|
||||
'settings.keyboard': SHORTCUT_DEFINITIONS[11],
|
||||
},
|
||||
)
|
||||
|
||||
@@ -159,9 +159,9 @@ export const DEFAULT_KEY_BINDINGS =
|
||||
'pagination.next': null,
|
||||
'pagination.previous': null,
|
||||
'settings.account': null,
|
||||
'settings.behavior': null,
|
||||
'settings.theme': null,
|
||||
'settings.keyboard': null,
|
||||
'settings.behavior': null,
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
新しい課題から参照
ユーザをブロックする