Methods
removeButtonTheme
Removes an entry to the buttonTheme. Basically a way to remove a class previously added to a button through "buttonTheme" or "addButtonTheme".
However, unlike the "buttonTheme" option (which replaces entries), "removeButtonTheme" removes entries or modifies existing ones.
this.keyboard.removeButtonTheme("b c", "myClass1 myClass2");