mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2025-03-14 20:52:48 +00:00
4 lines
129 B
CoffeeScript
4 lines
129 B
CoffeeScript
document.addEventListener 'keydown', (e) ->
|
|
return true unless e.altKey and e.keyCode is 79
|
|
open(location.origin)
|
|
cancel e
|