You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've modified some .dart files to display the French azerty keyboard. This works well, but I get random behavior: very often, all program displays are stretched by 50% on the y-axis and 200% on the x-axis. This happens with the same executable in release version, and almost never in debug version. I haven't found anything in the source files to explain this strange behavior.
Here is the list of the modified files:
lib\domain\services\key_maps.dart
lib\domain\services\raw_keyboard_mouse.dart
lib\providers\key_event.dart
lib\providers\key_event_data.dart
lib\windows\key_visualizer\widgets\keycaps\keycap_content.dart
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've modified some .dart files to display the French azerty keyboard. This works well, but I get random behavior: very often, all program displays are stretched by 50% on the y-axis and 200% on the x-axis. This happens with the same executable in release version, and almost never in debug version. I haven't found anything in the source files to explain this strange behavior.
Here is the list of the modified files:
lib\domain\services\key_maps.dart
lib\domain\services\raw_keyboard_mouse.dart
lib\providers\key_event.dart
lib\providers\key_event_data.dart
lib\windows\key_visualizer\widgets\keycaps\keycap_content.dart
Beta Was this translation helpful? Give feedback.
All reactions