This commit is contained in:
David Brazda
2023-11-20 19:44:05 +01:00
parent 320776689c
commit 579e0bc599
3 changed files with 6 additions and 2 deletions

View File

@@ -889,6 +889,10 @@ function set_timestamp(timestamp) {
}
//KEY shortcuts
Mousetrap.bind('q', function() {
$( "#button_report" ).trigger( "click" );
});
Mousetrap.bind('e', function() {
$( "#button_edit" ).trigger( "click" );
});