hangups icon indicating copy to clipboard operation
hangups copied to clipboard

Support for phone keyboards

Open geezuh opened this issue 8 years ago • 1 comments

Not so much an issue, as a feature request. I'm trying to use hangups with my phone via ssh to a server, however I cannot navigate tabs without a Ctrl key.

I would like if you could type /n or /p into a chat buffer, and instead of sending that as a message, triggered the next/previous tab function.

I'm a little rusty with programming, but if you could point me to where the message is actually sent, perhaps I could just modify it on my system.

Thanks!

geezuh avatar Apr 12 '16 21:04 geezuh

Have a look at the ReturnableEdit class and ConversationWidget._on_return in main.py. You should be able modify those to recognize special commands for the UI.

tdryer avatar Apr 13 '16 02:04 tdryer