Skip to content

Commit

Permalink
feat: new send_key command for BT-remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed Jun 18, 2024
1 parent 9de37a9 commit 1057527
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/entity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ pub enum RemoteFeature {
StopSend,
/// Send arbitrary commands
SendCmd,
/// Send an input key
SendKey,
}

/// Core-API remote entity commands.
Expand All @@ -60,4 +62,5 @@ pub enum RemoteCommand {
SendSequence,
SendCmd,
SendCmdSequence,
SendKey,
}

0 comments on commit 1057527

Please sign in to comment.