- Added possibility define array of key events inside layouts (e.g.
[EV_KEY.KEY_LEFTSHIFT, EV_KEY.KEY_KP5]]
)
- Added missing dependency
xmllint
for auto suggestion
- The driver run under current user only
- Systemctl service dbus session environment variable for both Wayland/X11
- Install and uninstall script divided into multiple scripts which can run separately
- To new name asus-numberpad-driver
- Fixed issue during installing when was compared config file to not existing local one or compared to modified considered as default
- Unicode hotkey can be changed via gsettings (
dconf
) - Numpad layout can be chosen from direct numeric keys (by default) or unicode variant
- Found fix for
Invalid MIT-MAGIC-COOKIE-1 key
mentioned in FAQ - Disable Tap to click when is installed synaptics driver
- When is reached maximum allowed attempts xinput is not used
- Added support for yuml (dnf predecessor)
- Added curl as dependency
- Shown warning and allow to specify whether autostart systemctl service even on Wayland beucase may occurs black screen during logging in etc.
- Fixed installation when group i2c, uniput or input does not exist yet
- Fixed recogniting which calculator is installed and should be toggled
- Fixed recogniting which calculator is installed and should be toggled
- Sometimes might not be backlight used because was not send another activation value
0x60
- Fixed releasing exclusively using of touchpad device for config value
enabled_touchpad_pointer=1
- Protection against sending NumberPad key when is pointer button clicked across all
enabled_touchpad_pointer
modes - Autoclean up in install and uninstall script with purpose keep only 1 shortcut in gsettings with this driver origin
- Question which warns about enabling systemctl service after reboot because in some cases is still unresolved black screen after login
- Autodetection for model
Vivobook_ASUSLaptop M3401QC_M3401QC
- Autodetection for model
GX501VIK
apt
changed toapt-get
as first mentioned is not well usable in scripts
- Fixed bug when was on wayland send any key with unicode code including A-F
- Preset 0-9 number keys without KP so drivers's device has not to be reinitialized when using first time (avoiding 1s sleep)
- On X11 is every time used X11 library to get key reflecting current layout (not used anymore even 0-9 KP keys for numbers)
- Fixed bug when was pressed key with dot (
.
) and was used comma (,
) instead on Turkish keyboard layout - Fixed driver X11 service because have not had succesfully assigned
DISPLAY
variable from install script (might end with black screen after reboot)
- All layout keys except
KEY_BACKSPACE
,KEY_KPENTER
,KEY_NUMLOCK
redefined to send via<left_shift>+<left_ctrl>+<U>+<0-F>+<space>
- Uninstall script is newly not interrupted during and removes everything what can be removed
- Fixed bug when missing
xinput
tool dropped driver - Fixed installation script for distributions with dnf package manager
- Replaced pip packages entirely with packages from current distribution package managers