Snazzah / SublimeDiscordRP

📄 Discord rich presence for Sublime Text
MIT License
131 stars 35 forks source link

shortcut to enable/stop the presence #90

Closed pi141 closed 2 years ago

pi141 commented 2 years ago

a customizable shortcut to enable/stop the rich presence

FichteFoll commented 2 years ago

You can create custom key bindings for these commands like you would for any other plugin.

https://github.com/Snazzah/SublimeDiscordRP/blob/21fd33f5669c79ed7833d1650cc4a64088a7d6ad/Default.sublime-commands#L10-L21

https://www.sublimetext.com/docs/key_bindings.html

pi141 commented 2 years ago

thanks!