hypermedia-systems
hypermedia-systems copied to clipboard
ctrl + L example doesn't work
The example here doesn't work because:
key == 'L'seems to refer to shift + L rather than just the L button- Ctrl+L is captured by the browser and selects the URL bar
I was able to get it working by changing the filter to
key == 'l'
Fixed in https://github.com/bigskysoftware/hypermedia-systems/commit/f79e03243f7dff2092c8139e58e9bc06a5fc5189