Ticket #2004 (closed bug: fixed)
"Esc" key should return to Normal mode if you are in fullscreen
Reported by: | deyan | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | M12_RELEASE |
Component: | uncategorized | Version: | 2.0 |
Keywords: | feedback | Cc: | |
Category: | unknown | Effort: | |
Importance: | Ticket_group: | ||
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | deyan, vanya | Design_owners: | tanya |
Imp._owners: | tanya | Test_owners: | |
Analysis_reviewers: | meddle, todor | Changelog: | |
Design_reviewers: | meddle, todor | Imp._reviewers: | meddle, todor |
Test_reviewers: | Analysis_score: | 3.5 | |
Design_score: | 3.5 | Imp._score: | 3.5 |
Test_score: | 0 |
Description
Currently, going out of full screen mode is done by "F11" key. Add "Esc" key as a trigger for going out of full screen mode.
Change History
comment:2 Changed 16 years ago by deyan
- "I wanted to enter Full Screen view, and that was a mistake. The toolbar was hidden from view, and ESC did nothing. Essentially, I was stuck with a Sophie window covering my screen. Eventually, I had to shut it down."
comment:3 Changed 16 years ago by tanya
- Design_owners set to tanya
- Status changed from s1b_analysis_finished to s2a_design_started
- Imp._owners set to tanya
comment:4 Changed 16 years ago by tanya
- Status changed from s2a_design_started to s3b_implementation_finished
+ KeyListener to the MDFrameWindow to trigger "Esc" and to go out of FullScreen if the application is in full screen.
Changeset[6593] fixes the problem.
comment:5 Changed 16 years ago by meddle
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Analysis_reviewers set to meddle, todor
- Analysis_score changed from 0 to 3.5
- Imp._reviewers set to meddle, todor
- Design_score changed from 0 to 3.5
- Design_reviewers set to meddle, todor
- Imp._score changed from 0 to 3.5
Reviewed in #1986
comment:6 Changed 16 years ago by deyan
- Status changed from s3c_implementation_ok to new
Doesn't work when a book window is on focus. Works only when you've clicked the grey area of the book desktop.
Note: See
TracTickets for help on using
tickets.