Opened 21 years ago
Closed 21 years ago
#128 closed defect (fixed)
TolEditor: insert a -> Select all text
Reported by: | request | Owned by: | hamoros |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Interface | Version: | head |
Severity: | minor | Keywords: | |
Cc: |
Description
Bug 128
TolEditor: insert a -> Select all text
/*
Probably only windows:
If you insert a symbol <AltGr>E then the symbol is inserted but
all the text in the TOLEditor is selected also.
*/
Change History (3)
comment:1 Changed 21 years ago by
Owner: | changed from Javier Portugal to hamoros |
---|
comment:2 Changed 21 years ago by
Status: | new → assigned |
---|
comment:3 Changed 21 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
On windows a Control-key bind also produces a Altgr-key bind, unless the
AltGr-key combination has a special character (like ). But the bind made in
tolbase is controling Control-keyreleases, and this fails with special
characters. The select-all bind is made to Control-e directly now.