Samy Rahmani
Samy Rahmani
# Description I added a `toHotkeyName` and a `getHotKeyName` function in order to convert an event to a hotkey name that can then be used inside a switch statement. I...
Projects usually have a lot of hotkeys to check and this is often done using switch statements. Is-hotkey would prove far more useful if it had that feature.
I have made sure to maintain consistency across all examples by aligning them with the documentation, which uses an `initialModel` method for model initialization.
I would love a function that would transform a ChessMove into a SAN notation instead of the currently available LAN notation. E.g. a3 instead of a2a3 in the default position.
fix: #3
Instead of having an `All times` and a `Concise` option for which times to display. It would be better to have a boolean for each time so that we could...
### Is your feature request related to a problem? It would be appreciated to be able to change the title of a page based on the props a component receives...
When we have an input inside a DecoratorNode and we try to do `Ctrl+Del` for example, which is suppose to delete one full word, it doesn't do anything. [Screencast from...