SigmaNight / basiliskLLM

🐍 Where LLMs Unite
GNU General Public License v2.0
12 stars 6 forks source link

AltGr shortcuts don't work #291

Open Neurrone opened 2 weeks ago

Neurrone commented 2 weeks ago

I get this error on startup

basiliskLLM is already running. Use the tray icon to interact 
with the application or AltGr+Shift+B to focus the window.

I don't see it in task manager, or in the system tray. I'm not sure where the AltGr key is.

Nael-Sayegh commented 2 weeks ago

Hello,
The AltGr key is the key to the right of the space bar.
Could you try the shortcut to see if the main window appears?
Does this message appear on the first launch or when the application is already running?

Neurrone commented 2 weeks ago

No, the application wasn't launched before this, so I'm not sure what went wrong there.

I restarted my machine, which seems to have fixed the issue.

The shortcut doesn't work for me. I pressed the right alt + shift + B keys.

Nael-Sayegh commented 1 week ago

The shortcut only works if the application is running in the background. Was it properly launched or minimized when you tried it? Since the issue is resolved, I suggest we close this case.

Neurrone commented 1 week ago

The application was properly launched and already in the background when I tried the shortcut. Nothing happened when I tried pressing right alt, shift and b.

I'll close the issue for now, since it hasn't happened again.

AAClause commented 1 week ago

Thanks @Neurrone for the report. Is it the same for the other global shortcuts?

Neurrone commented 1 week ago

Yup, the AltGr key shortcuts don't work for me at all.

AAClause commented 1 week ago

Could you try with Alt+Ctrl instead of AltDr please?

Neurrone commented 1 week ago

Yup, same result. They don't work for me too. I'm using the standard US-english keyboard layout

AAClause commented 1 week ago

Could you please test the following try build with the following global shortcuts and let me know if it works better?

https://github.com/SigmaNight/basiliskLLM/actions/runs/11427106384

I'd like to find better shortcuts, but it's challenging to avoid conflicts.

Thanks!

Neurrone commented 1 week ago

How about making the hotkeys configurable by the user?

Win + Alt + Space conflicts with the hotkey that switches keyboard input language for me. But the other two hotkeys you mentioned work for me.

AAClause commented 1 week ago

How about making the hotkeys configurable by the user?

Yes, that would be the best thing to do. I'll look into that soon.