PSkype is a modification of webskype that aims to make Skype usable from the keyboard without the mouse. It also adds some other bits and pieces.
PSkype is modal (like Vim!), there are 3 modes:
- Chat mode
- Browse mode
- Find mode
In chat mode the chat box is selected, and you can write messages. Pressing escape puts you in browse mode.
The chat is selected, and you can press:
j
to scroll downk
to scroll upd
to scroll half a page downe
to scroll half a page upg
to scroll to the very topG
to scroll to the very bottomi
to enter chat modef
to enter find mode
In find mode you have letters next to your conversations. Type a letter to go to that conversation and enter chat mode.
Pressing Ctrl+i in any mode brings up a text editor with Vim emulation. :w
writes the change to the chat box. It is still a work in progress
If you send a message starting with [CODE]
, this happens:
Any message starting with >
will become green
Anything inside backticks will become inline snippet things
Write [haskell]
and your code
And you can also not do IO operations, so it is compleatly safe