bfabiszewski / kterm

gtk+ terminal emulator with embedded virtual keyboard for Kindle
GNU General Public License v3.0
216 stars 21 forks source link

landscape mode setting? #1

Closed max-mapper closed 11 years ago

max-mapper commented 11 years ago

Hiya, is there any way to force landscape mode on launch?

bfabiszewski commented 11 years ago

Landscape mode is not supported yet, as embedded keyboard doesn't resize properly in Kindle window manager when in landscape view.

max-mapper commented 11 years ago

ahh, I suppose I could ssh in and execute lipc-set-prop com.lab126.winmgr orientationLock R. I'm planning on using an external keyboard anyway (connected to the remote ssh machine)

bfabiszewski commented 11 years ago

I think it may not work. You would have to change line:

define TITLE "L:A_N:application_ID:net.fabiszewski.kterm_PC:N_O:U"

in config.h to:

define TITLE "L:A_N:application_ID:net.fabiszewski.kterm_PC:N_O:UR"

max-mapper commented 11 years ago

thanks!

bfabiszewski commented 7 years ago

UPDATE: Kterm supports landscape mode natively since version 2.0.

9600 commented 7 years ago

How do you enable landscape mode on a PW3?

bfabiszewski commented 7 years ago

From menu (pops up on two fingers click) you choose "Screen rotate". Or, if you want to start in landscape mode, you must add -o R argument on command line.