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

Customizable popup duration, plus some minor changes relating to popups #691

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 26, 2018

  1. Popup: speedup popup / exclude some more keycodes

    First show popup before handling keypress (so popup is always shown,
    even typing super fast)
    
    Exclude more keys (cursor keys, del, backspace) from showing a popup.
    
    Signed-off-by: Jean-Pierre Rasquin <[email protected]>
    yank555-lu committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    abc6785 View commit details
    Browse the repository at this point in the history
  2. Popup: add setting for popup duration

    Let user chose for how long the key popup is to be shown (10-500ms).
    
    Signed-off-by: Jean-Pierre Rasquin <[email protected]>
    yank555-lu committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    ca699d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2019

  1. AutoCaps: Fix AutoCaps broken on backspace

    Signed-off-by: Jean-Pierre Rasquin <[email protected]>
    yank555-lu committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    1f87eca View commit details
    Browse the repository at this point in the history
  2. Add swiss-french layout

    Signed-off-by: Jean-Pierre Rasquin <[email protected]>
    yank555-lu committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    e5e7a1b View commit details
    Browse the repository at this point in the history
  3. Add luxembourgish layout

    Signed-off-by: Jean-Pierre Rasquin <[email protected]>
    yank555-lu committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    a3e6702 View commit details
    Browse the repository at this point in the history
  4. Hint: always show except lettres (a-z/A-Z)

    Some locales have shifted chars likel ç ° ä ö ü which are helpful to be
    visible
    
    Signed-off-by: Jean-Pierre Rasquin <[email protected]>
    yank555-lu committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    674c51b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. Main key label: Move it to the left when alt hint is available

    This avoids caracters colliding on certain fonts.
    
    Signed-off-by: Jean-Pierre Rasquin <[email protected]>
    yank555-lu committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    751f0f1 View commit details
    Browse the repository at this point in the history
  2. Alt hint label: Do not show when shifted

    Signed-off-by: Jean-Pierre Rasquin <[email protected]>
    yank555-lu committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    ce7593e View commit details
    Browse the repository at this point in the history