Skip to content

Releases: Programie/KeyboardMapper

3.5.0

Choose a tag to compare

@github-actions github-actions released this 15 Feb 13:20
  • Allow to use multiple keys in combination to execute shortcuts (i.e. Ctrl+F1 instead of just Ctrl or F1)

3.4.1

Choose a tag to compare

@github-actions github-actions released this 10 Jan 21:02
  • Fixed: Non-working translation and not showing tray icon due to incompatible resource file in built release binary

3.4.0

Choose a tag to compare

@github-actions github-actions released this 10 Jan 20:35
  • Fixed: Empty page while printing labels due to throwing an exception while drawing the labels to the page
  • Fixed: Duplicating a shortcut and changing its label also changes the label for the original shortcut
  • Fixed: Not generating a new UUID for duplicated shortcuts resulting in using the same count of executions as well as time of last execution for both shortcuts
  • Fixed: Unable to lock/unlock keys after printing selected shortcuts

3.3.0

Choose a tag to compare

@github-actions github-actions released this 02 Oct 12:48
  • Load desktop files from Flatpak apps
  • Use separate file "tracking.yaml" for shortcut execution tracking/counting

3.2

3.2

Choose a tag to compare

@Programie Programie released this 02 Oct 10:09
  • Removed large space between "Add device" and "Remove device" buttons in settings
  • Allow to resize settings window

3.1

3.1

Choose a tag to compare

@Programie Programie released this 02 Oct 10:08

Keep input devices in config which are no longer connected while saving settings.

This is especially useful for devices which can be used wireless and wired. Previously added devices must now be manually removed from the list of added devices.

3.0

3.0

Choose a tag to compare

@Programie Programie released this 02 Oct 10:08
  • Switch from PySide2 to PyQt5 (fixes #3)
  • Fixed not allowing to save settings
  • Fixed not correctly removing group boxes in key sequence builder window when pressing remove button

2.4

2.4

Choose a tag to compare

@Programie Programie released this 02 Oct 10:07
  • Do not show tree lines in shortcut list
  • Show icons in shortcut list (if configured for shortcut)

2.3

2.3

Choose a tag to compare

@Programie Programie released this 02 Oct 10:06
  • Build single file executable (containing all resources)
  • Translate the message "Keyboard Mapper is already running!"
  • Show error message (instead of throwing an exception) if shortcuts can't be loaded due to an error in the YAML file
  • Store and reload list sorting
  • Track the number of executions as well as the date/time of the last execution per shortcut
  • Allow printing of labels for shortcuts (to glue them on your macro keyboard)
  • Added action to duplicate an existing shortcut
  • Added search field to filter the shortcut list

2.2

2.2

Choose a tag to compare

@Programie Programie released this 02 Oct 10:05
  • Fixed throwing exception while sorting desktop files if desktop file can't be read
  • Prevent application quit after showing error message box if only the tray icon is visible
  • Added "Execute" menu item to directly execute shortcut action
  • Catch UnicodeDecodeError while parsing desktop files