diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-11 14:13:02 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-11 14:18:59 +0200 |
commit | a157b3a322258ee5792322cf4a79437ba8d5cc2d (patch) | |
tree | 1e9362554df7ba5c1da0786041815d7254c7801a /client/src/app/app.component.ts | |
parent | e3f7f600e87a19079abd79e9d04d9a150484557c (diff) | |
download | PeerTube-a157b3a322258ee5792322cf4a79437ba8d5cc2d.tar.gz PeerTube-a157b3a322258ee5792322cf4a79437ba8d5cc2d.tar.zst PeerTube-a157b3a322258ee5792322cf4a79437ba8d5cc2d.zip |
specify shift in keyboard shortcuts cheatsheet
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r-- | client/src/app/app.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index d4841a69b..8354a8724 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts | |||
@@ -157,7 +157,7 @@ export class AppComponent implements OnInit { | |||
157 | this.router.navigate([ '/videos/upload' ]) | 157 | this.router.navigate([ '/videos/upload' ]) |
158 | return false | 158 | return false |
159 | }, undefined, 'Go to the videos upload page'), | 159 | }, undefined, 'Go to the videos upload page'), |
160 | new Hotkey('T', (event: KeyboardEvent): boolean => { | 160 | new Hotkey('shift+t', (event: KeyboardEvent): boolean => { |
161 | this.themeService.toggleDarkTheme() | 161 | this.themeService.toggleDarkTheme() |
162 | return false | 162 | return false |
163 | }, undefined, 'Toggle Dark theme') | 163 | }, undefined, 'Toggle Dark theme') |