now using space key for emergency:
* it is larger and easier to hit! * ESC is used to quit newly introduced full-screen mode
This commit is contained in:
@@ -118,7 +118,7 @@ function heartbeat(data){
|
||||
}
|
||||
|
||||
function keypress(ev){
|
||||
if (ev.key === "Escape") request({realm:"cu",action:"emergency"})
|
||||
if (ev.key === " ") request({realm:"cu",action:"emergency"})
|
||||
}
|
||||
|
||||
function moveTile(x,y){
|
||||
|
||||
Reference in New Issue
Block a user