0
0
Fork 0

Add t hotkey for post translations (#33441)

This commit is contained in:
Claire 2025-01-03 10:24:50 +01:00 committed by GitHub
parent 7cbdcd7b3f
commit 79a9069deb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 0 deletions

View file

@ -126,6 +126,7 @@ const keyMap = {
toggleHidden: 'x',
toggleSensitive: 'h',
openMedia: 'e',
onTranslate: 't',
};
class SwitchingColumnsArea extends PureComponent {