mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
openURL key command
This commit is contained in:
@@ -56,6 +56,10 @@ Chrome.bindKey 'open', 'Command-O', (env, args, request) ->
|
||||
filename = file
|
||||
open()
|
||||
|
||||
Chrome.bindKey 'openURL', 'Command-Shift-O', (env, args, request) ->
|
||||
if url = prompt "Enter URL:"
|
||||
Chrome.openURL url
|
||||
|
||||
Chrome.bindKey 'saveAs', 'Command-Shift-S', (env, args, request) ->
|
||||
saveAs()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user