You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.
Commands should be global, instead of widget specific. Then each widget makes some basic fields avaliable for key/mousepress shortcuts.
A command prompt should also be added.
Example command: select-send-channel <channel>
Example shortcut MESSAGE_LIST_ITEM("s"): "select-send-channel %m.channel"
This may be done in direct python instead, but it needs to be configurable.
The text was updated successfully, but these errors were encountered:
Commands should be global, instead of widget specific. Then each widget makes some basic fields avaliable for key/mousepress shortcuts.
A command prompt should also be added.
Example command:
select-send-channel <channel>
Example shortcut
MESSAGE_LIST_ITEM("s"): "select-send-channel %m.channel"
This may be done in direct python instead, but it needs to be configurable.
The text was updated successfully, but these errors were encountered: