mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 19:35:32 +00:00
The implementation of `ok_for_single_backspace` checked the current action_item multiple times. However, we already know that that item is `KM_KBP_IT_BACK` because the only place this method gets called is from the `process_backspace_action` method. So basically this method always returns `FALSE`. "Fixing" this method to check the next action_items makes things fail. Removing this method since it doesn't do anything except burn processing cycles... Fixes #5614. |
||
|---|---|---|
| .. | ||
| test | ||
| engine.c | ||
| engine.h | ||
| keycodes.h | ||
| keyman-service.c | ||
| keyman-service.h | ||
| keyman-version.h.in | ||
| keyman.xml.in.in | ||
| keymanutil.c | ||
| keymanutil.h | ||
| kmpdetails.c | ||
| kmpdetails.h | ||
| main.c | ||
| Makefile.am | ||
| print_kmp.c | ||
| print_kmpdetails.c | ||