Uzbl

Tasklist

FS#211 - ^[ escape sequence not honored

Attached to Project: Uzbl
Opened by Dieter Plaetinck (Dieter_be) - 2010-02-24 10:03:10 PM
Last edited by Anonymous Submitter - 2010-03-18 09:20:04 AM
Task Type Bug Report
Category uzbl-core
Status Closed
Assigned To Robert (rob)
Operating System All
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

many apps (vim, vimperator, ..) accept the ^[ sequence (ie type [ with ctrl pressed) as escape.
we do not.
This task depends upon

Closed by  Anonymous Submitter
2010-03-18 09:20:04 AM
Reason for closing:  Fixed
Additional comments about closing:  Added <Ctrl>] bind to config.
Comment by Anonymous Submitter - 2010-02-24 10:11:04 PM
This is solved easily by the following config changes:

@on_event ESCAPE @set_mode

@bind <Escape> = event ESCAPE
@bind <Ctrl>[ = event ESCAPE
Comment by Dieter Plaetinck (Dieter_be) - 2010-02-25 09:21:14 PM
d'oh. let's add this to our config

Loading...