candera / khordr

A keyboard chording application: supercharge your typing by pressing more than one key at once.
35 stars 3 forks source link

refactor to multimethod for platform supporr #16

Open candera opened 11 years ago

candera commented 11 years ago

Right now we look for a function with the name initialize in the platform namespace. It would make more sense to use a multimethod that would dispatch on the OS type.

candera commented 11 years ago

Should also consider use of keyword hierarchies to support variations within operating systems. E.g. varieties of Linux