Skip to content

Commit

Permalink
feat: send to channel
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpasmantier committed Oct 29, 2024
1 parent ddedbc1 commit d0d453f
Show file tree
Hide file tree
Showing 18 changed files with 926 additions and 202 deletions.
12 changes: 11 additions & 1 deletion .config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ ctrl-p = "SelectPrevEntry"
ctrl-d = "ScrollPreviewHalfPageDown"
ctrl-u = "ScrollPreviewHalfPageUp"
enter = "SelectEntry"
ctrl-enter = "SendToChannel"
ctrl-y = "CopyEntryToClipboard"
ctrl-s = "ToggleRemoteControl"
alt-s = "ToggleSendToChannel"

[keybindings.RemoteControl]
esc = "Quit"
Expand All @@ -18,3 +19,12 @@ ctrl-n = "SelectNextEntry"
ctrl-p = "SelectPrevEntry"
enter = "SelectEntry"
ctrl-s = "ToggleRemoteControl"

[keybindings.SendToChannel]
esc = "Quit"
down = "SelectNextEntry"
up = "SelectPrevEntry"
ctrl-n = "SelectNextEntry"
ctrl-p = "SelectPrevEntry"
enter = "SelectEntry"
alt-s = "ToggleSendToChannel"
Loading

0 comments on commit d0d453f

Please sign in to comment.