Automatic Shift should be disabled when pressing Ctrl

This was caused by a programming error.
This commit is contained in:
Jules Aguillon 2024-11-17 11:09:24 +01:00
parent 9bf0a20226
commit 237c4e2cc2

View File

@ -110,7 +110,7 @@ public final class Pointers implements Handler.Callback
if (latched)
add_fake_pointer(key, kv, lock);
}
else if ((ptr.flags & FLAG_P_FAKE) != 0)
else if ((ptr.flags & FLAG_P_FAKE) == 0)
{} // Key already latched but not by a fake ptr, do nothing.
else if (lock)
{