The changes enable consistent keyboard shortcuts for media player commands across different keyboard layouts irregardless of the localization. This is achieved by identifying commands based on the character output of keys instead of their key codes which may vary. Due to the non-textual nature of the arrow keys their input remains to be identified by their keycodes.
Example:
The current mapping for minus and plus is set to the keycodes 27 and 24.
This is not applicable to all keyboard layouts. For example, German localized ones use 44 and 30 respectively.
The proposed changes should solve this.
Thank you in advanced for reviewing and thank you for the handy app 👍
The changes enable consistent keyboard shortcuts for media player commands across different keyboard layouts irregardless of the localization. This is achieved by identifying commands based on the character output of keys instead of their key codes which may vary. Due to the non-textual nature of the arrow keys their input remains to be identified by their keycodes.
Example: The current mapping for
minus
andplus
is set to the keycodes27
and24
. This is not applicable to all keyboard layouts. For example, German localized ones use44
and30
respectively. The proposed changes should solve this.Thank you in advanced for reviewing and thank you for the handy app 👍