Eberhard Beilharz

Results 61 issues of Eberhard Beilharz

See [Slack](https://keymanapp.slack.com/archives/C6Q9WS09G/p1701253696646249?thread_ts=1701251091.616709&cid=C6Q9WS09G) for brainstorming re naming (see also [comment below](https://github.com/keymanapp/keyman/issues/10106#issuecomment-1956251602)). Suggest to go with kmibus.

linux/
chore

Once #12459 is merged we can implement loading of the keyboard blob in the engine and call `km_core_keyboard_load_from_blob` instead of `km_core_keyboard_load`.

windows/
refactor

There are too many `core.js` out there, so renaming it to a unique name makes it a bit easier to track down problems when debugging. @keymanapp-test-bot skip

web/
feat
core/
epic-web-core

This gives us access to the keyboards needed for the core-processor tests. @keymanapp-test-bot skip

web/
feat
core/
epic-web-core

There are several subdirectories named `types` (and several named `common`) in our source tree, and none `common/types`, so it's not so easy to find the source for the `@keymanapp/common-types` module....

common/
refactor

Blocked-by: #12051 @keymanapp-test-bot skip

linux/
cherry-pick
chore
blocked

Blocked-by: #12051 @keymanapp-test-bot skip

linux/
stable
chore
blocked

[`cb_keyman_changed`](https://github.com/keymanapp/onboard-keyman/blob/998c7c68eb2635d88d39820a9b10a2f9bb07ea47/Onboard/OnboardGtk.py#L571) in `OnboardGtk.py` gets a font name for key labels passed in. If none is set we get the string value `'None'`. This smells like it should be the `None`...

linux/
chore
linux/onboard/

Building the `libkeymancore` Debian package results in Lintian errors which [prevent acceptance of the 17.0.327+ package](https://lists.debian.org/debian-input-method/2024/07/msg00091.html). ``` E: libkeymancore1: symbols-file-contains-current-version-with-debian-revision on symbol _ZNSt10_HashtableINSt7__cxx1112basic_stringIDsSt11char_traitsIDsESaIDsEEESt4pairIKS5_S5_ESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNSA_10_Hash_nodeIS8_Lb1EEEm@Base and 26 others (libkeymancore.so.1) [symbols] ``` The...

bug
linux/

**Describe the bug** When using a keyboard with CapsAlwaysOff, CapsOnOnly or ShiftFreesCaps stores set, the caps lock key will toggle caps lock when used in the Slack App on Windows....

bug
windows/
windows/engine/