mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 23:04:20 +00:00
add second shortcut for taking screenshot #575
This commit is contained in:
parent
a72ef6590c
commit
f552020b3e
1 changed files with 5 additions and 1 deletions
|
@ -121,7 +121,11 @@ export default class Root extends Component {
|
|||
);
|
||||
|
||||
registerShortcut(
|
||||
{id: 'Screenshot', title: 'Take Screenshot', accelerators: ['mod+prtsc']},
|
||||
{
|
||||
id: 'Screenshot',
|
||||
title: 'Take Screenshot',
|
||||
accelerators: ['mod+prtsc', 'mod+shift+s'],
|
||||
},
|
||||
() => {
|
||||
store.dispatch(screenshotAllDevices());
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue