mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-26 07:08:08 +00:00
Add a shortcut to open a new tab
This commit is contained in:
4
coffees/ext/new_term.coffee
Normal file
4
coffees/ext/new_term.coffee
Normal file
@@ -0,0 +1,4 @@
|
||||
document.addEventListener 'keydown', (e) ->
|
||||
return true unless e.altKey and e.keyCode is 79
|
||||
open(location.href)
|
||||
cancel e
|
||||
Reference in New Issue
Block a user