Methods
getButtonElement
Get the DOM Element of a button. If there are several buttons with the same name, an array of the DOM Elements is returned.
this.keyboard.getButtonElement('a'); // Gets the "a" key as per your layout
this.keyboard.getButtonElement('{shift}') // Gets all keys with that name in an array
Demos: JS