Opened 9 years ago
Closed 9 years ago
#324 closed defect (fixed)
ctrl+w should close current doc opened
Reported by: | jquelin | Owned by: | waxhead |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | POD based help | Version: | 0.35 |
Keywords: | Cc: |
Description
in docbrowser, ctrl+w should close current tab
Change History (5)
comment:1 Changed 9 years ago by submersible_toaster
- Owner set to submersible_toaster
- Status changed from new to accepted
comment:2 Changed 9 years ago by submersible_toaster
comment:3 Changed 9 years ago by waxhead
- Owner changed from submersible_toaster to waxhead
- Status changed from accepted to assigned
CRTL-W is working in trunk at the moment. It got added when I added in support for Esc to close the docbrowser.
I'm taking this one for now to make sure I find time to clean up the code to be more like Padre's main GUI.
comment:4 Changed 9 years ago by waxhead
- Status changed from assigned to accepted
comment:5 Changed 9 years ago by waxhead
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
Should this be Ctrl+W literal ? - does Wx provide a generic symbol? like WINDOW_CLOSE_KBD (sp.). to give you Alt-F4 on Win32 for no xtra cost.