Skip to content

Commit

Permalink
fix: define keymod alias
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed May 21, 2024
1 parent 5648cc2 commit 45725aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions key.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ type (
KeyMsg = input.KeyDownEvent
KeyDownMsg = input.KeyDownEvent
KeyUpMsg = input.KeyUpEvent

// KeyMod represents modifier keys.
KeyMod = input.KeyMod
)

// Modifier keys.
Expand Down

0 comments on commit 45725aa

Please sign in to comment.