mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-28 19:27:44 +00:00
feature(Linux): mcompile : fix amount of shift_states to 2 even if layout in xkb has more
This commit is contained in:
parent
20c045a654
commit
3b2e2d73fb
1 changed files with 2 additions and 3 deletions
|
|
@ -53,14 +53,13 @@ std::string getKeyNrOf_USChar(std::string in , v_str_3D &All_Vector);
|
|||
// get KeyNr from Other
|
||||
std::string getKeyNrOf_OtherChar(std::string in , v_str_3D &All_Vector);
|
||||
|
||||
|
||||
// for testing/debugging - may be deleted later
|
||||
// prints out a 1:1 mapping US->Other
|
||||
void print_simple_map_US(v_str_3D &All_Vector, int shiftstate);
|
||||
|
||||
// prints out a 1:1 mapping Other->US
|
||||
void print_simple_map_Other(v_str_3D &All_Vector, int shiftstate);
|
||||
|
||||
// test of above functions (character mapping US <-> Other; KeyNr <-> CHaracter)
|
||||
void test_in_out(v_str_3D &All_Vector);
|
||||
|
||||
// testing of Vector contents ( first row of US and Other)
|
||||
bool test(v_str_3D &V);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue