**** BEGIN LOGGING AT Tue Apr 27 02:59:56 2021 Apr 27 11:55:06 Hmm .. wonder if there's a shortcut to open the hildon-status-menu dialogue.. my digitiser seems to have gotten worse. Apr 27 11:58:25 (or some dbus command that I can bind to a key combination) Apr 27 12:01:26 you can try xdo + location click Apr 27 12:02:13 Heh. Apr 27 12:02:14 or xdotool Apr 27 12:03:27 and you can always hack the hildon source to add a shortcut Apr 27 12:06:36 Seems that you can detect key presses specifically in the task switcher, with "/apps/osso/hildon-desktop/key-actions/dbus_launcher_navigator", which would be a convenient place to put the shortcut, but probably need some way other than xdo to open the menu from there. Apr 27 12:07:38 you can use xdotool to 'click' in 0,0 Apr 27 12:08:24 0,0 will open the task switcher, which already has a keyboard shortcut (ctrl-escape; I already use that a lot) Apr 27 12:08:46 hmm Apr 27 12:09:10 what is hildon status menu then Apr 27 12:09:19 and in the task switcher you can't directly open the status menu dialogue. Apr 27 12:09:38 The dialogue with network connection, volume, etc. Apr 27 12:10:20 er, ctrl-backspace* Apr 27 12:11:17 what if you click on, say, 5,5 ? Apr 27 12:11:21 or some other coordinate Apr 27 12:11:33 ah, not 5,5, nevermind Apr 27 12:11:53 basically the status-menu button coordinates, not sure what those would be Apr 27 12:12:10 i still dont know what is hildon status menu, must be rusty memory Apr 27 12:12:24 because status panel applets all have specific coords then Apr 27 12:12:32 KotCzarny: the thing with the clock and various status applet Apr 27 12:12:52 i must find my n900 and check Apr 27 12:13:26 KotCzarny: Apr 27 12:13:28 https://tabletui.files.wordpress.com/2009/12/14.png Apr 27 12:14:45 then yeah, most likely 240,0 click Apr 27 12:14:56 depends on the theme actually Apr 27 12:14:57 or 64,0 Apr 27 12:15:07 (I think) Apr 27 12:15:41 still, still would need additional clicks to do anything with it Apr 27 12:16:23 xorg had mouse-emulation mode Apr 27 12:16:42 maybe it's not completely disabled in maemo Apr 27 12:19:53 I've been wanting to experiment with mouse emulation using the touchscreen. Apr 27 12:20:07 Wonder if there's something you can just tell to Xorg to make that happen. Apr 27 12:20:30 (ie, basically use the touchscreen as a relative positioned device rather than absolute) Apr 27 12:20:45 as in 'gamepad overlay' type of thingy? ;) Apr 27 12:21:08 No, as in just pretend it's a touchpad. Apr 27 12:21:12 like on a laptop. Apr 27 12:21:42 So you just have a regular mouse and you move the position of the mouse relatively. Apr 27 12:23:40 MatchIsTouchpad "on" Apr 27 12:23:41 Driver "evdev" Apr 27 12:23:41 Option "Mode" "absolute" Apr 27 12:24:22 but it might be set up differently on 2009's xorg Apr 27 12:25:22 is xinput available on maemo? Apr 27 12:26:09 xinput set-mode ABSOLUTE|RELATIVE Apr 27 12:43:44 I don't think it is, but adding it shouldn't be too hard Apr 27 12:47:12 xinput 1.6 or whatever I was trying to build is too recent for some of the packages in maemo, will try building an older version tomorrow. I have a feeling I've actually already tried just setting the mode to relative but it didn't work. Apr 27 12:47:42 Will try on my laptop at work tomorrow, since that has a touchscreen. Apr 27 12:47:56 maybe the driver code for touchscreen has some param Apr 27 12:48:01 ie. kernel module option Apr 27 12:48:45 which interface touchscreen uses in x for maemo? Apr 27 12:49:23 interface? it's just using evdev. Apr 27 12:49:30 evdev is and interface Apr 27 12:49:44 then maybe those options i've pasted earlier could work Apr 27 12:50:07 replacing absolute with relative or whatever is supported Apr 27 12:50:21 but it would also need enabling mouse pointer Apr 27 12:50:37 and disabling autoclicking on press Apr 27 12:54:39 Right, so that's probably why you can't just set the mode. Apr 27 12:57:08 some tap to click should be in touchscreen driver Apr 27 12:57:35 Sounds like that mode indeed isn't for controlling how the input driver is meant to handle the input but for setting some flag in events sent to clients. Apr 27 12:57:59 so when an X client receives a "mouse" event, it just has a flag that says whether it was from an "absolute" device or from a "relative" device. Apr 27 12:58:32 still a nice idea to make, and game emu folks would love it 10 years ago Apr 27 12:58:33 :) Apr 27 12:58:55 I think I saw in a video that Pinephone was doing it. Apr 27 12:59:10 pinephone use recent software Apr 27 12:59:18 so it's easier to pull off Apr 27 13:19:21 *uses **** ENDING LOGGING AT Wed Apr 28 02:59:56 2021