Skip to content

Commit

Permalink
Merge pull request #793 from lmcapacho/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cavearr authored Jan 3, 2025
2 parents e364773 + 44486f8 commit f66fc2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/scripts/services/shortcuts.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ angular.module('icestudio')
mac: { label: '⌘+B', meta: true, key: 66 }
},
uploadCode: {
linux: { label: 'Ctrl+U', ctrl: true, key: 85 },
mac: { label: '⌘+U', meta: true, key: 85 }
linux: { label: 'Ctrl+Shift+U', ctrl: true, shift: true, key: 85 },
mac: { label: '⌘+⇧+U', meta: true, shift: true, key: 85 }
},
stepUp: {
linux: { label: 'Arrow up', key: 38 },
Expand Down

0 comments on commit f66fc2c

Please sign in to comment.