Skip to content
Tags give the ability to mark specific points in history as being important
  • screenkey-0.8.1
    f82e3359 · Release 0.8.1. ·
    screenkey 0.8.1
    
    - Fixed startup issue in Ubuntu without using ``--no-detach``.
    - Fixed desktop menu file.
  • screenkey-0.8
    screenkey 0.8
    
    - Fix Alt+Shift mapping on stock altgr-intl keyboard layouts.
    - Correctly stay above fullscreen windows.
    - Do not mask pointer/keyboard events: allow the mouse to be used normally
      "under" the output window.
    - Improved interactive positioning (slop is required).
    - Allow KeySyms to be ignored (added ``--ignore`` on the command line), for
      better interaction with custom keyboard maps.
  • screenkey-0.7
    screenkey 0.7.0
    
    - Font color, background color and opacity are now fully configurable.
    - The saved state of boolean settings (persistent, modifiers only, etc) is
      correctly restored when changed from the settings dialog.
  • screenkey-0.6.2
    5207185a · Bump version to 0.6.2 ·
    screenkey 0.6.2
    
    - HiDPI support
    - Fix initial state of "Persistent window" in the preferences.
    - Allow to reset the stored the geometry from the preferences also when
      changed interactively.
  • screenkey-0.6.1
    c13f25d1 · Release 0.6.1 ·
    screenkey 0.6.1
    
    - Fix exception on first run.
  • screenkey-0.6
    screenkey 0.6
    
    - The ``python-xlib`` module and the ``xmodmap`` executable are not
      required/used anymore. screenkey now uses ``libX11.so.6`` directly.
    - Key composition/input method support.
    - A new setting (always show Shift) has been added to always add "Shift" in
      modifier sequences which contain capitalizable letters.
    - CapsLock and NumLock status (on/off) is now shown when pressed.
  • screenkey-0.5
    79fcdc5f · Notes about 0.5. ·
    screenkey 0.5
    
    - Fixes issues with recent ``glib`` versions.
    - ``XAUTHORITY`` is no longer required to be set.
  • screenkey-0.4
    4bcfac24 · Notes about 0.4. ·
    screenkey 0.4
    
    - The font is now configurable as well
    - Tweaks to symbol spacing
    - Highlight recent keypresses for improved readability
  • screenkey-0.3
    78442291 · Update README. ·
    screenkey 0.3
    
    - Multi-monitor support
    - Configurable size/position
    - Can show modifier sequences only
    - Improved backspace processing (3 different modes)
    - Normal/Emacs/Mac caps modes
    - Enable/disable dynamically by pressing both control keys
    - All settings available through command-line flags
    - Usable without system tray (for tiling window managers)
    - Several bug fixes