Closed ColumbusAI closed 2 months ago
Thanks for raising this issue @ColumbusAI. I created a PR to check the alt
key in the case for Windows PC: https://github.com/andrewnguonly/Lumos/pull/189.
I don't actually have a Windows PC to test this with. Are you able to pull my branch and verify the changes?
yes absolutely! will do and report back shortly
ran into a couple of errors loading unpacked, first being the tests folder I renamed to tests removing underscores and that seemed to solve that but then the background.js is missing and couldn't find in the source?
@ColumbusAI, can you try this:
npm run build
to build the extension. You'll need to have npm
installed.dist
folder will be created.dist
folder instead of the root Lumos
directory when loading the extension.works perfectly! I tried all hotkey combinations that call for the alt vs cmd and they worked. 👍
Thinking about hotkeys here...could you please add a tooltip or some other visual indicator that can call out the various hotkeys that are available when the Lumos window is open?
currently I need to have the lumos repo open to recall the hotkeys and having a help menu or such integrated into the workflow would help to drive adoption of hotkeys for usability
Thinking about hotkeys here...could you please add a tooltip or some other visual indicator that can call out the various hotkeys that are available when the Lumos window is open?
Fair feedback. I originally had tool tips for each button, but I felt like they were crowding the UI. I can bring them back and see how it feels. I'll do this as part of the open PR.
thank you!!
Thinking about hotkeys here...could you please add a tooltip or some other visual indicator that can call out the various hotkeys that are available when the Lumos window is open?
Fair feedback. I originally had tool tips for each button, but I felt like they were crowding the UI. I can bring them back and see how it feels. I'll do this as part of the open PR.
How can I modify the hotkeys e.g. 'cmd + b' that are for Mac to a Windows PC?