diff --git a/app/scripts/services/shortcuts.js b/app/scripts/services/shortcuts.js index 0edba15f9..5a11ab380 100644 --- a/app/scripts/services/shortcuts.js +++ b/app/scripts/services/shortcuts.js @@ -160,7 +160,7 @@ angular.module('icestudio') mac: { label: '⌘+⇧+U', meta: true, shift: true, key: 85 } }, takeSnapshotPNG: { - linux: { label: 'Ctrl+Shift+P', ctrl: true, shift:true, key: 88 }, + linux: { label: 'Ctrl+Shift+P', ctrl: true, shift:true, key: 80 }, mac: { label: '⌘+⇧+P', meta: true, shift:true, key: 80 } }, diff --git a/app/views/menu.html b/app/views/menu.html index ee2f8bab3..17086d655 100644 --- a/app/views/menu.html +++ b/app/views/menu.html @@ -622,7 +622,7 @@ -