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

Commits on Feb 10, 2017

  1. Enable matching the F-keys as window changing shortcuts

    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 committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    e6c36f2 View commit details
    Browse the repository at this point in the history