The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
![]() |
2011-01-27
, 18:06
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#93
|
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
![]() |
2011-01-27
, 19:04
|
Posts: 908 |
Thanked: 501 times |
Joined on Sep 2010
@ West Sussex, England
|
#94
|
The Following 3 Users Say Thank You to richwhite For This Useful Post: | ||
![]() |
2011-01-27
, 19:09
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#95
|
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
![]() |
2011-01-27
, 19:16
|
Posts: 463 |
Thanked: 103 times |
Joined on Jul 2010
@ Mumbai, India
|
#96
|
The Following 2 Users Say Thank You to funkmunk For This Useful Post: | ||
![]() |
2011-01-27
, 20:24
|
Posts: 401 |
Thanked: 724 times |
Joined on May 2010
@ Italy
|
#97
|
The Following 2 Users Say Thank You to realsportcars For This Useful Post: | ||
![]() |
2011-01-27
, 21:21
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#98
|
@Mentalist but not only:
easy buttons swapping is an improvement that i'd like to add but not in a close future. I think that it isn't too hard to add, but first I have to fix a lot of things. You have also to consider that if I ever add a "swype" option, buttons swap could be a problem.
I don't know how it works exactly but I had a couple ideas to do something similar (swype is patented but I'm quite sure that original ibm's study about this kind of input not are).
But again before I have to fix other things, my main target is now the "commit problem"
Newline and capitalization doesn't exists in alphanumeric kb but I'm telling my idea so people can say something: "prev" button becomes "shift" and its behavior is the following:
One press will capitalize only one character (usefull for name), double-press will hold the shift untill you press shift again.
In this way i can remove "ABC" and "Abc" and only leave "abc". Thanks to new space i can add a new entry in this menu: "symbol" and add newline in this layout.
I like your idea of putting it as third choice in "0" button but this introduces some problem in management of FastWrite that it is already quite complicated.
Hildon doesn't support multiple instance of kb so I can't do what you ask. hildon-input-method only handle one "application target" at a time and, by the way, manage of multiple instance could be very hard...
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
![]() |
2011-01-27
, 21:46
|
Posts: 401 |
Thanked: 724 times |
Joined on May 2010
@ Italy
|
#99
|
You have to make sure each 'instance' is properly targeting the right application
The Following 2 Users Say Thank You to realsportcars For This Useful Post: | ||
![]() |
2011-01-27
, 22:08
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#100
|
All it takes is making something auto-set the rotation-enabled flag to on. Some daemon/script should be able to do it, if you look at how Shortcutd does it. Could be pretty resource heavy though - but if you made it do nothing than respond to dbus signals, you could make it happen. I mean really, if you just combined the source code that allows shortcutd to enable rotation with the source code of rotate daemon, it could be done.
At any rate, I'm kinda assuming/hoping the full-scale portrait-ization of Hildon will happen soon, now that MohammadAG fixed the Qt bug that made it a problem and submitted the fix upstream. And then we won't have to worry about finding ways to enable auto-rotate on everything.
Actually, you can probably do it by using a Queen Beecon Widget which launches Conversations, then uses dbus to enable auto rotate on the just launched app. Or dbus scripts that listens to the launch of Conversations on dbus? One of those.
Last edited by Mentalist Traceur; 2011-01-27 at 17:26. Reason: read fthak's post in more detail.