mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-30 17:09:39 +00:00
5 lines
127 B
CoffeeScript
5 lines
127 B
CoffeeScript
document.addEventListener 'keydown', (e) ->
|
|
return true unless e.altKey and e.keyCode is 79
|
|
open(location.href)
|
|
cancel e
|