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