maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty (https://talk.maemo.org/showthread.php?t=68924)

realsportcars 2011-03-01 23:24

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Quote:

Originally Posted by godofwar424 (Post 958473)
Yeah they are definately busy, but it might be worth dropping MohammadAG a PM asking about how to build a settings applet?

So will you look into how to get the Vibration working on your keyboard?

Would need to be

Code:

Keyboard Opened
Executes D-Bus Signal to enable touch screen vibration
Keyboard Closed
Executes D-Bus Signal to disable touch screen vibration


If it is so easy...I can add this very very soon!

EDIT: Do you know where I can find the right Dbus signal?

EDIT AGAIN: Sorry, but I thinked that you was talking about "tactile" :) I will look for "normal" vibration asap

godofwar424 2011-03-01 23:49

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Quote:

Originally Posted by realsportcars (Post 958475)
If it is so easy...I can add this very very soon!

EDIT: Do you know where I can find the right Dbus signal?

EDIT AGAIN: Sorry, but I thinked that you was talking about "tactile" :) I will look for "normal" vibration asap

I posted a topic here

DBus Signal For Touch Screen Vibration?

Hopefully someone will be able to tell us the DBUS signal required for this to work :)

cloud596 2011-03-01 23:55

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
your vkb its great, but i dont know it consider as bug or not. Everytime first type it start with capital font eventhough caps lock is disabled. While using alfa numeric and disable fastsmswrite there is not indicator " stand line " to indicate where is the locatian.
This is my request for qwerty keyboard to move from one word to another word its hard actually, so can u enable stand line with arrow below, so we can move the line by pressin the arrow and drag it similiar to android keyboard. That will be great.

Mentalist Traceur 2011-03-02 00:41

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
This totally hasn't been known for months or anything:
http://wiki.maemo.org/User:Jebba/DBUS#dbus-send-tick

-Edit-
Oh, and instead of using the "enable/disable" thing, the dbus-send-tick thing linked above simply makes one quick vibration - the same vibration that the system already uses for other 'tactile' responses to UI presses.

So it'd just have to be

[button press]
[vibration tick]

instead of

[button press]
[vibration on]
[button press ends]
[vibration off]

hawaii 2011-03-02 04:49

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
It would actually make more sense and be less taxing on resources to enable screen vibration while the keyboard has focus and then disable when the keyboard goes away, instead of pinning a user-generated dbus signal every time a character is selected.

As fine as dbus is with a ridiculous amount of threads passing for IPC, I'm sure it would fair better without this added usage.

maxximuscool 2011-03-02 09:02

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Okay can I help creating different language keyboard for this?
Please advise

Alfred 2011-03-02 17:41

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
@realsportcars
Hey, so have you implemented a russian layout for both qwerty and t9 keyboards in your next update, or if not, do You need help, if so i can provide you with these letters, although i aint coder or so, just an usual russian speaker n900 user, ok?

godofwar424 2011-03-03 22:47

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Quote:

Originally Posted by Mentalist Traceur (Post 958514)
This totally hasn't been known for months or anything:
http://wiki.maemo.org/User:Jebba/DBUS#dbus-send-tick

-Edit-
Oh, and instead of using the "enable/disable" thing, the dbus-send-tick thing linked above simply makes one quick vibration - the same vibration that the system already uses for other 'tactile' responses to UI presses.

So it'd just have to be

[button press]
[vibration tick]

instead of

[button press]
[vibration on]
[button press ends]
[vibration off]

I did mean that when this keyboard is opened the vibration is enabled :P

So instead of:

Code:

[button press]
[vibration on]
[button press ends]
[vibration off]

Have this which should be less strenuous on the CPU:

Code:

[keyboard opened]
[touch screen vibration on]
[keyboard closed]
[touch screen vibration off]

If you understood what I meant originally then my apologies, just wanted to clarify it more :)

MetalSer 2011-03-04 09:19

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
@ godofwar424

I would like to have that too.

randomdood 2011-03-06 14:41

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
is it possible to have the keys that's normally in the sym (function+ctrl) part of the default keyboard? in particular the percentage sign..
also is there a reason the ampersand doesn't show up on the keyboard? it works but it hasa blank space on the keyboard layout.


All times are GMT. The time now is 01:42.

vBulletin® Version 3.8.8