Skip to content

Commit

Permalink
Update TODO
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung committed Apr 27, 2024
1 parent f24f01e commit a246b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
- Sending multiple keys/files
- ir encode/send needs to read xml file
- send from keymap
- Need ir-ctl and ir-keytable command line parsing
- localization of cli messages
- test all the protocols
Expand All @@ -9,12 +7,11 @@
- lead in gap (or whatever irptransmogrifier calls it)
- Formatting of ir receive is poor/broken
- Test all keymaps
- scancode <=> irp mapping
- lircd.conf generate -> send to lircd -> correct result?
- DFA edges can be overlapping - removing overlapping parts
- rc_mapping() kfunc
- IRPs for kernel protocols include pulse_distance and so on
- cir decode irp should read IrpProtocols.xml
- cir decode keymap should support keymap.toml
- access to io_error in aya

irp language oddities
Expand Down
1 change: 1 addition & 0 deletions src/keymap/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mod parse;
mod protocol;

pub use encode::encode;

/// A Linux keymap, either toml or text format used by ir-keytable
#[derive(PartialEq, Debug, Default)]
pub struct Keymap {
Expand Down

0 comments on commit a246b1a

Please sign in to comment.