| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Compact description. Use multi-argument find -exec.
- Update to 0.9: * Ctrl+Ctrl detection now works correctly in more scenarios. * Ctrl++ (and similar sequences with repeated characters) are now shown as Ctrl+”+” for improved readability. * Shift+Backspace is now recognized and shown correctly. * Several multimedia keys are now supported. If “FontAwesome” is installed, the correct symbol is also displayed instead of a text abbreviation. * Visualization of whitespace characters can now be controlled. * Repeated key sequences are now abbreviated with a repeat count if above the specified threshold (3 by default). - For full ChangeLog since 0.2 see: https://www.thregr.org/~wavexx/software/screenkey/NEWS.html - Run spec-cleaner - Remove screenkey-fix-popup.patch: upstreamed - Update screenkey_icon.patch - Adjust URL, Source and Group - Add proper requirements
- fix python-xlib dependancy - added patch to fix popup not working properly (from upstream) - cleaned up the spec file a bit - fixed license to be GPLv3+
- fixed spec file and got things working for 0.2 release
- modify icon - used gnomesu instead of gksu
- add to OBS
- Initial Build
- update to 1.5:
* New LockScreen detection prevents passwords from being shown
right after unlocking the screen when possible
* Keypad number keys are now displayed correctly
* Additional mouse buttons are now shown as "M[x]" instead of
being incorrectly displayed as Ctrl/Alt modifiers
* The new --window command line flag allows to display screenkey
as a regular window instead of an overlay. This can be useful
for recording screenkey as an independent overlay during
screencasts and/or to manage the window position through the
window manager.
* New German translation
* Fix regression that would keep the overlay visible when using
Ctrl sequences with the mouse visualization disabled.
* Fix regression causing a backtrace instead of a proper error
message during initialization errors.
* Fix crash happening due to screen size and/or resolution
changes while screenkey is running.
* Prettify JSON configuration file
- add upstream signing key to verify source signature
- Correct license is GPL-3.0-or-later, package license text
- Update to 1.4 * Internationalization/catalog handling during installation is now handled with Babel (python-distutils-extra is no longer used). * Improved highlighting of recent mouse activity (makes fast actions such as double-click more distinct). * Fixed another resizing issue not working properly when attempting to shrink the window size. * Removed Python 2 remains - 1.3 changes * Can displays mouse clicks and modifier keys * Updated Russian translation * Includes Appstream metadata * Add --version support * Fixes interactive resizing with a persistent window.
- Update to 1.2:
* Now supports FontAwesome 5 in addition to FontAwesome 4.
* New multimedia keys for: bluetooth, tools, favorites.
* New Catalan translation
* Updated Simplified Chinese translation
* New flag --start-disabled to start screenkey in disabled state.
* Fix crash due to a race condition
* Fix incorrect value for "Compress repeats" in settings.
- 1.1 changes:
* Fix PyGI warning during startup when using AppIndicator.
* Fix running with GTK versions older than 3.23.
- 1.0 changes:
* Switch to Python 3 and GTK 3
* "ISO_Left_Tab" is now also shown as Tab.
* Shift+Shift or Alt+Alt can now be used to toggle screenkey
as an alternative to Ctrl+Ctrl.
* More multimedia keys are supported (volume, brightness,
playback).
* Transparency of the window is now independent from the text
* Screenkey no longer detaches by default from the terminal.
* New "Windows" and "Linux" modifier modes.
* French Translation improvements
* Improved geometry handling
- cleanup with spec-cleaner
- remove screenkey_icon.patch