User Tools

Site Tools


Troubleshooting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
Troubleshooting [2021/11/01 21:00]
peternlewis [Mojave and Later Security Preferences Issues]
Troubleshooting [2023/02/17 22:21]
peternlewis [Sometimes Typing in Password Fields Drops Characters]
Line 166: Line 166:
  
 This happens most commonly when you have a hot key trigger with the same key (eg Control-T) as a key you want to type in to a password field (eg "Hello there"​). ​ Because it is a password field, the only indication will be a missing bullet (•) (so ten instead of 11 bullets) and then an "​invalid password"​ error, which makes this problem hard do diagnose.  ​ This happens most commonly when you have a hot key trigger with the same key (eg Control-T) as a key you want to type in to a password field (eg "Hello there"​). ​ Because it is a password field, the only indication will be a missing bullet (•) (so ten instead of 11 bullets) and then an "​invalid password"​ error, which makes this problem hard do diagnose.  ​
 +
 +==== Sometimes Typing results in Characters Missing or out of Order ====
 +
 +This typically happens in web fields (especially Facebook) or cross platform apps.
 +
 +The system has a queue for keyboard events, so they are sent by Keyboard Maestro in the correct order and then processed by the system ​ in that order. The problems happen after that.
 +
 +Typically you see this in fields where the app is processing the field. Essentially the app reads the field, does some processing or checking and then writes the field back, and the typing happens fast enough (as could keyboard typing if you could type fast enough) that changes happen while the field is being read/​written and so characters are jumbled or lost.
 +
 +You can slow the typing down by using Set Action Delay action (https://​wiki.keyboardmaestro.com/​action/​Set_Action_Delay) to increase the delay for normal typing. Only do it for the current macro (not permanently) since this issue is relatively rare, and generally only applies to certain apps or fields.
 +
  
 ===== Clipboard Issues ===== ===== Clipboard Issues =====
Troubleshooting.txt · Last modified: 2023/10/11 00:08 by peternlewis