Skip to content

Fix: Keyboard shortcuts for objects in full screen mode#4369

Open
PoonamMehan wants to merge 3 commits intomapeditor:masterfrom
PoonamMehan:fix/#4201-fullscreen-keybindings
Open

Fix: Keyboard shortcuts for objects in full screen mode#4369
PoonamMehan wants to merge 3 commits intomapeditor:masterfrom
PoonamMehan:fix/#4201-fullscreen-keybindings

Conversation

@PoonamMehan
Copy link
Contributor

@PoonamMehan PoonamMehan commented Feb 26, 2026

Closes #4201

PoonamMehan and others added 3 commits February 23, 2026 23:10
To ensure the X, Y, Z, Shift+Z shortcuts work even when the full screen mode is on, I used the one of the two ways the keyboard shortcuts are handled here.
One way is to use the QAction but that looks for the visibility of toolbar. So, I used the second way the Keyboard shortcuts are handled, "Key events". Which is already handling page up and down shortcuts in the full screen mode.

Part of issue mapeditor#4201
@PoonamMehan PoonamMehan changed the title Fix/#4201 fullscreen keybindings Fix: Keyboard shortcuts for objects in full screen mode Feb 26, 2026
@PoonamMehan PoonamMehan marked this pull request as ready for review February 26, 2026 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bugs / Inconsistencies with Fullscreen, Keybindings, Status Bar, Vertical Sorting.

1 participant