keyd:issue-162-test

Last commit made on 2022-08-05
Get this branch:
git clone -b issue-162-test https://git.launchpad.net/keyd

Branch merges

Branch information

Name:
issue-162-test
Repository:
lp:keyd

Recent commits

a40e3a4... by Raheman Vaiya <email address hidden>

Send button presses through the main virtual device

e749310... by Raheman Vaiya <email address hidden>

Eliminate propagation delay on grab if no keys are depressed

0f07854... by Raheman Vaiya <email address hidden>

Allow key up events to propagate on start. (#230)

4eaeaba... by Raheman Vaiya <email address hidden>

Add macro_sequence_timeout (#255)

8fa138c... by Raheman Vaiya <email address hidden>

Simplify keyboard check (#261)

Some devices don't have exotic keys like minus :/, so we simply
check for the presence of alphanumeric keys.

c1655df... by Raheman Vaiya <email address hidden>

aliases: Assign keycodes of valid alias key names by default

67a2af0... by Raheman Vaiya <email address hidden>

config: Invert alias syntax

Swtich from

 <name> = <key>
to
 <key> = <name>

and confine keys to a single alias. This is arguably more intuitive
and reduces both config and implementation complexity.

b085898... by Raheman Vaiya <email address hidden>

Merge branch 'v2.4.2-fix'

aa4c5cf... by Raheman Vaiya <email address hidden>

Update version number in the makefile

05b687c... by Raheman Vaiya <email address hidden>

Merge remote-tracking branch 'pub/pr267'