kipraske / web-brogue

Play brogue in a web browser
GNU General Public License v2.0
20 stars 17 forks source link

Tab key does not work #27

Closed kipraske closed 9 years ago

kipraske commented 9 years ago

Didn't implement before because it would 'break' standard browser key bindings. Well that is silly - we need tab for the game!

Consider also if we need any of the crl+? combos that also currently don't work because of this logic.

kipraske commented 9 years ago

Similar to the esc key, tab works now - we just needed to catch the default behavior.