8000 Release v3.0.3 · input-leap/input-leap · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v3.0.3

Latest
Compare
Choose a tag to compare
@shymega shymega released this 13 Jun 22:00
· 10 commits to master since this release
v3.0.3
aac3e88

InputLeap 3.0.3 ( 2025-06-13 )

Bug fixes

  • Fixed cursor jumping to center of primary display when entering macOS screen by moving isOnScreen flag
  • Flatpak appid has been changed to io.github.input_leap.input-leap to resolve to Github repository correctly.
  • Fixed a segmentation fault that would occur when configuring servers on certain platforms. This solution was proposed by sithlord48 and they used it to fix the issue for deskflow.
  • EI screen shape is now properly reset on update, shape x and y are not bound to 0 0 anymore.
  • Fixed missing keymap configs on wayland as the XKB keymap from Ei was not properly loading. The respective keymap file was not seeked to the start on some systems.
  • Fixed a problem with UTF-16 surrogate pairs that caused broken characters (especially emojis) when copying to the clipboard from a Windows machine
  • Fixed input capture Disabled signal, Enable method is now properly called after Disable.
  • Fixed a long standing bug with modifiers and dead keys on Windows because their state was not being reset.
  • Fixed an issue with mapping keys in OSX clients introduced in #1635, where keys like the equals sign "=" or the back tick "`" wouldn't be mapped correctly.
  • Remove check requiring the Alt modifier for non-extended VK_SNAPSHOT scancode in Win32.
    Check is irrelevant for modern keyboards, and breaks Print Screen functionality.

Features

  • Add a reload action to the tray icon menu.
    Sometimes the clipboard copy function does not work. In this case, when the input-leap is reloaded, the function works normally again.
    To make reload easier, add a reload action to the tray icon.
0