Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[adv_windowlist] Enable matching the F-keys as window changing shortcuts #347

Closed

Conversation

madduck
Copy link
Contributor

@madduck madduck commented Feb 10, 2017

This enhances the AWL keymap parser to also match the use of F-keys
(i.e. F1 through F12), which will have to be mapped from their escape
sequences first (e.g. /bind ^[[11~ key F1).

The convention is followed that "meta-F1" gets displayed as "F1", and
"^F1" is shown as "^F1". Since it also makes sense to use F-keys without
modifiers, the syntax "`F1" is used to identify a "pure" F-key.

Signed-off-by: martin f. krafft madduck@madduck.net

This enhances the AWL keymap parser to also match the use of F-keys
(i.e. F1 through F12), which will have to be mapped from their escape
sequences first (e.g. /bind ^[[11~ key F1).

The convention is followed that "meta-F1" gets displayed as "F1", and
"^F1" is shown as "^F1". Since it also makes sense to use F-keys without
modifiers, the syntax "`F1" is used to identify a "pure" F-key.

Signed-off-by: martin f. krafft <madduck@madduck.net>
@madduck madduck changed the title Enable matching the F-keys as window changing shortcuts [adv_windowlist] Enable matching the F-keys as window changing shortcuts Feb 21, 2017
@ailin-nemui
Copy link
Contributor

moving to ailin-nemui/irssi-adv_windowlist#3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants