Title: electrum text gui key bindings Post by: psb777 on November 15, 2015, 10:47:38 AM Hi! I want to run electrum on a remote server and was pleased to discover there is a text gui to allow me to manage it plain text over ssh without having to learn the CLI. It all starts up fine with "electrum gui -g text".
But I can't work out what the key bindings are! I've read all the docs I can find but to no avail. One example question for starters: How do I get to the menu items bottom right of the page? Surely there must be a table of the keys vs functions, somewhere? "Open sub-menu" "advance to next item" "return to menu" etc etc. I'm using Ubuntu Terminal but that's a close clone of xterm and I would happily use whatever! Help! Thanks in advance (but more thanks to come!) Paul :-) Title: Re: electrum text gui key bindings Post by: ThomasV on November 15, 2015, 11:20:16 AM Hi,
The text gui does not have as many features as Qt. Note that all amounts are in BTC. To navigate between screens, use the left-right arrows shortcuts: Ctrl-S for settings Ctrl-N for Network Ctrl-Q or Ctrl-W to quit Title: Re: electrum text gui key bindings Post by: psb777 on November 15, 2015, 11:40:14 AM Thanks for that. I can confirm the text gui is mostly usable and is usable enough for my purposes. Very useful, please do not discontinue. I can now get to the bottom right menu. Thanks. However I cannot access the settings.
Code: $ electrum gui -g text The electrum text gui screen is displayed, everything seems to work. I press <ctrl>-S to get to the settings menu. electrum stops and this traceback log is displayed: Code: Traceback (most recent call last): This bug report likely should be made elsewhere? Thanks Paul :-) Title: Re: electrum text gui key bindings Post by: ThomasV on November 15, 2015, 12:39:32 PM thanks, I fixed that in git master
|