Opened 12 years ago
Closed 11 years ago
#3222 closed defect (fixed)
Terminal-35 quits on ctrl-q
Reported by: | quozl | Owned by: | RafaelOrtiz |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Terminal | Version: | 0.94.x |
Severity: | Minor | Keywords: | 12.1.0 |
Cc: | Distribution/OS: | OLPC | |
Bug Status: | New |
Description
#1914 is back again, though with a different cause, given that the following code is in terminal.py:
stop_button.props.accelerator = '<Ctrl><Shift>Q'
this makes it impossible to type ctrl-q into any terminal based program. workaround is to use gnome terminal or virtual console.
seen in olpc 11.3.0 candidate os882 on xo-1.75.
Attachments (1)
Change History (6)
comment:1 Changed 12 years ago by RafaelOrtiz
comment:2 Changed 12 years ago by quozl
Terminal should respond as follows:
Key Sequence | Activity Response |
Ctrl-Shift-Q | Stop Activity (Quit) |
Ctrl-Q | Pass through to VTE |
Sorry if I was too brief. "this makes it impossible" refers to the problem, not to the quoted code.
comment:3 Changed 11 years ago by godiard
- Keywords 12.1.0 added
comment:4 Changed 11 years ago by manuq
The attached patch fixes the bug.
Changed 11 years ago by manuq
comment:5 Changed 11 years ago by manuq
- Resolution set to fixed
- Status changed from new to closed
This landed a while ago, commit ffd25f6841295a956d7fab921e49cbbd99f820ec .
Owner should take care of their tickets and close them :)
Note: See
TracTickets for help on using
tickets.
Sory maybe I'm not getting this right what should be the proposed accelerator then ?.