fix and tests for custom key bindings in help overlay
This commit is contained in:
parent
aafb8769f9
commit
f04a00672c
6 changed files with 51 additions and 11 deletions
|
@ -122,6 +122,18 @@ export default class Keyboard {
|
|||
|
||||
}
|
||||
|
||||
getShortcuts() {
|
||||
|
||||
return this.shortcuts;
|
||||
|
||||
}
|
||||
|
||||
getBindings() {
|
||||
|
||||
return this.bindings;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Handler for the document level 'keypress' event.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue