firebird icon indicating copy to clipboard operation
firebird copied to clipboard

How do I redock a window?

Open Moooebie opened this issue 2 years ago • 5 comments

Hello. I believe this is a very stupid question and not really an "issue" with the program, sorry for posting it here. But how can I redock a window which is undocked in the UI edit mode? (Just like the keypad shown in screenshot below, which has became a separate window - how can I redock it back to the main window?) Also I'm having a hard time trying to figure out the keyboard binding (how are the computer keyboard keys mapped to the calculator). I think it would be very helpful to add a section in the wiki about the keyboard shortcuts and key binding... image

Moooebie avatar Apr 29 '23 01:04 Moooebie

But how can I redock a window which is undocked in the UI edit mode? (Just like the keypad shown in screenshot below, which has became a separate window - how can I redock it back to the main window?)

You can drag it over the main window. If you use Wayland, that sometimes just doesn't work, and you need to run firebird with -platform xcb...

Also I'm having a hard time trying to figure out the keyboard binding (how are the computer keyboard keys mapped to the calculator). I think it would be very helpful to add a section in the wiki about the keyboard shortcuts and key binding...

The list is here: https://github.com/nspire-emus/firebird/blob/master/qtkeypadbridge.cpp#L28

Maybe you could start such a wiki page?

Vogtinator avatar Apr 29 '23 09:04 Vogtinator

I'm indeed using Wayland, and starting the program with -platform xcb indeed solved the problem. Thank you very much! I'll see if I can figure out the keyboard binding thing and I'll try creating a wiki page...

Moooebie avatar May 01 '23 14:05 Moooebie