名無し
206: アフィサイトへの転載は禁止です。 (f7b959 認)(ワ 3AL6-iO2/) 2023/08/14(月) 18:45:23.54 ID:ouF8HrbW
このタブ以外を閉じるだったり、ロックしてるタブ以外をすべて閉じるみたいなボタン(?)はあるだろうか
207: アフィサイトへの転載は禁止です。 (3f0a76 認)(ワ 6nRU-iO2/) 2023/08/14(月) 18:59:14.13 ID:wUKrjwAt
ユーザーコマンドに↓を追記すればできる
'tab.close.thread.right': {
label: '以降のタブをすべて閉じる',
type: 'emit',
attach: [
'tab.thread',
],
command: 'tab:close.right',
params: [
'${OBJECT.tabid}',
'thread',
],
},
'tab.close.thread.others': {
label: '他のタブをすべて閉じる',
type: 'emit',
attach: [
'tab.thread',
],
command: 'tab:close.others',
params: [
'${OBJECT.tabid}',
'thread',
],
},
"tab.open.l10": {
"label": "外部ブラウザで最新10レスを開く",
"type": "emit",
"attach": [ "tab.thread", "res" ],
"command": "uri:open-external",
"params": [
"${OBJECT.location}l10"
]
}
このタブ以外を閉じるだったり、ロックしてるタブ以外をすべて閉じるみたいなボタン(?)はあるだろうか
207: アフィサイトへの転載は禁止です。 (3f0a76 認)(ワ 6nRU-iO2/) 2023/08/14(月) 18:59:14.13 ID:wUKrjwAt
ユーザーコマンドに↓を追記すればできる
'tab.close.thread.right': {
label: '以降のタブをすべて閉じる',
type: 'emit',
attach: [
'tab.thread',
],
command: 'tab:close.right',
params: [
'${OBJECT.tabid}',
'thread',
],
},
'tab.close.thread.others': {
label: '他のタブをすべて閉じる',
type: 'emit',
attach: [
'tab.thread',
],
command: 'tab:close.others',
params: [
'${OBJECT.tabid}',
'thread',
],
},
"tab.open.l10": {
"label": "外部ブラウザで最新10レスを開く",
"type": "emit",
"attach": [ "tab.thread", "res" ],
"command": "uri:open-external",
"params": [
"${OBJECT.location}l10"
]
}