diff options
| author | Mike Skec <skec@protonmail.ch> | 2020-12-26 16:55:43 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2020-12-26 10:27:55 +0100 |
| commit | 06b254d686a9fbed702e8d1777dc5c7adcba1fbe (patch) | |
| tree | 30d7bc7a3aea933d24d54964b46147663341769b /src/mainwindow.ui | |
| parent | 865da65915f714c1473688d70878c00511e232f6 (diff) | |
| download | kristall-06b254d686a9fbed702e8d1777dc5c7adcba1fbe.tar.gz | |
Fix #79. Also added Ctrl+U shortcut for 'View page source'
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index a10ad4b..8bda9c5 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -406,6 +406,9 @@ <property name="text"> <string>View document source</string> </property> + <property name="shortcut"> + <string>Ctrl+U</string> + </property> </action> </widget> <customwidgets> |
