Alternative solution: filter out combining character keysyms to add displayable characters to the lookup table. #15

Merged
MicheleC merged 1 commits from alt/feat/AltGr-combining-keysyms into master 3 years ago
Owner

Proposed as a replacement for #14.

Proposed as a replacement for #14.
MicheleC added 1 commit 3 years ago
4c4e0c28cc
Filter out combining character keysyms to add displayable characters to
Ray-V commented 3 years ago
Collaborator

Works perfectly - let's go with that. Obviously I didn't understand what was needed.

Also works without the suffix 'L' on the keysym - what's that for?

Works perfectly - let's go with that. Obviously I didn't understand what was needed. Also works without the suffix 'L' on the keysym - what's that for?
Poster
Owner

Thanks for testing Ray.
The 'L' is to tell the compiler that the value is a "long" literal, since now "ucs" is defined as a "long" type. It would work without 'L' too, the compiler would do the conversion. But always better to write good code 😄

Thanks for testing Ray. The 'L' is to tell the compiler that the value is a "long" literal, since now "ucs" is defined as a "long" type. It would work without 'L' too, the compiler would do the conversion. But always better to write good code :smile:
MicheleC merged commit 4c4e0c28cc into master 3 years ago
MicheleC deleted branch alt/feat/AltGr-combining-keysyms 3 years ago
MicheleC added this to the R14.0.10 release milestone 3 years ago
The pull request has been merged as 4c4e0c28cc.
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: TDE/kvkbd#15
Loading…
There is no content yet.