BrandonArmand / Binari

Interactive code editor with a live binary tree visual designed to teach new developers the fundamentals of Data Structures.
https://binari.dev
MIT License
181 stars 113 forks source link

Keyboard Shortcuts #48

Closed OmarShezan closed 4 years ago

OmarShezan commented 4 years ago

Added 2 Keyboard shortcuts within Playground.

CTR+Enter = Run Code CTRL+ALT+R = Reset

I have seen @PathakPratik comment here about using a JS library for keyboard shortcuts but I thought since there won't be too many shortcuts and it's only going to be used within playground.js, it will be better to use plain JavaScript as its less code and easier to maintain.