Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)
This commit is contained in:
parent
4eeafbebab
commit
6a0d90f81a
9 changed files with 343 additions and 15 deletions
|
@ -53,6 +53,13 @@ class TestFixture : public testing::Test {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Taps a combo with `delay_ms` delay between press and release.
|
||||
*
|
||||
* Example: `tap_combo({key_a, key_b})` to tap the chord A + B.
|
||||
*/
|
||||
void tap_combo(const std::vector<KeymapKey>& chord_keys, unsigned delay_ms = 1);
|
||||
|
||||
void run_one_scan_loop();
|
||||
void idle_for(unsigned ms);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue