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
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
|
Detailsmany 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.
2010-03-18 09:20:04 AM
Reason for closing: Fixed
Additional comments about closing: Added <Ctrl>] bind to config.
@on_event ESCAPE @set_mode
@bind <Escape> = event ESCAPE
@bind <Ctrl>[ = event ESCAPE