LyubomirT / prismblue

✒PrismBlue is a neat little text editor that works quickly and doesn't consume much! Available for Windows, Mac, and Linux and supports any file extension!

Home Page:https://lyubomirt.github.io/prismblue/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ctrl+O for opening files

LyubomirT opened this issue · comments

Ctrl+O for opening files could be added to the renderer.js as a classic shortcut.

Hint:
There is an event listener in renderer.js that handles keyboard shortcuts. You can try adding your own one there.

Implemented and resolved.