Add copy-on-select preference (#2282)

This commit is contained in:
Austin Wang 2026-03-29 18:16:05 -07:00 committed by GitHub
parent 94cc865e83
commit 35cb42fbc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 178 additions and 14 deletions

View file

@ -47815,6 +47815,57 @@
}
}
},
"settings.app.copyOnSelect": {
"extractionState": "manual",
"localizations": {
"en": {
"stringUnit": {
"state": "translated",
"value": "Copy on Select"
}
},
"ja": {
"stringUnit": {
"state": "translated",
"value": "選択時にコピー"
}
}
}
},
"settings.app.copyOnSelect.subtitleOff": {
"extractionState": "manual",
"localizations": {
"en": {
"stringUnit": {
"state": "translated",
"value": "Selecting terminal text does not copy it to the system clipboard."
}
},
"ja": {
"stringUnit": {
"state": "translated",
"value": "ターミナルテキストを選択してもシステムのクリップボードにはコピーしません。"
}
}
}
},
"settings.app.copyOnSelect.subtitleOn": {
"extractionState": "manual",
"localizations": {
"en": {
"stringUnit": {
"state": "translated",
"value": "Automatically copy selected terminal text to the system clipboard."
}
},
"ja": {
"stringUnit": {
"state": "translated",
"value": "選択したターミナルテキストをシステムのクリップボードに自動でコピーします。"
}
}
}
},
"settings.app.paneFirstClickFocus": {
"extractionState": "manual",
"localizations": {