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

Support Keymap.key_get_mods_for_level() #20

Merged
merged 2 commits into from
Apr 10, 2024
Merged

Commits on Apr 9, 2024

  1. Remove ubuntu-20.04, python 3.6 and python 3.7 from CI

    Ubuntu 20.04 only has libxkbcommon-0.8, and we are preparing to require
    libxkbcommon-1.0
    
    Python 3.6 and Python 3.7 are no longer supported.
    
    Add Python 3.12 to CI
    
    Update action scripts to avoid deprecation warnings
    sde1000 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2fd89a7 View commit details
    Browse the repository at this point in the history
  2. Implement Keymap.key_get_mods_for_level()

    xkb_keymap_key_get_mods_for_level() was introduced in libxkbcommon-1.0
    sde1000 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9cefa14 View commit details
    Browse the repository at this point in the history