SU-W8 accents on N800.

I was wondering why my SU-8W BT keyboard doesn’t work well with pt_BR layout. So, yesterday, I decided to investigate this.

When I was trying to pairing my keyboard, I could see that Su-8W is a pre-configurated keyboard, and with a little of patience, I dicovered the file who manages this: /usr/share/X11/xkb/symbols/nokia_vndr/su-8w.

With 5 minutes by reading this file you can be familiarized with file syntax. And, with 10 minutes, you can note that THERE IS NOT A LAYOUT DEFINITION FOR PORTUGUESE/SPANISH. So, now I know why the Portuguese layout doesn’t work =).

But, Ok. Lets try to fix it.

If I select portuguese layout, and there is no portuguese layout, I assume that it’ll use us-intl, right? But, in the begining of the intl definition exists a anoying comment: “I can’t belive! It’s not intl”. Hummm…

Lets ignore this, and go on… What do I need? Dead_keys in `,~,",',^, and ç when I press “ALTgr + c”.

I’ll not explain all the changes I did (it’s not too much, just 4 boring lines), is easier to download and replace the old file by this one, or see the diff. [ADVISE: DO NOT FORGET TO BACKUP THE OLD FILE]

Su-8W Working

And Voilà, Accents and Cedilla working like a charm.

The right workaround for it is create a valid portuguese layout, but just for testing proposes you can alter the intl layout.

Ok, that is it,

Cheers!

Pychord 0.4 Release

Hi All…

I’m not having much time to work on my personal projects ( pychord by example ) cause I’m having a lot of tasks to do ( and to learn ) on my college and on my new job.

But I’m here to talk about pychord, so let me do it! =)

Tim wrote a lot of good suggestions on garage’s foruns. So, I’m working on their ideas now. I need to say “thanks” to Tim cause he gave me a lot of good suggestions to make pychord better. Thank you Tim!

On this last weekend I worked in “Zoom IN/OUT ” feature and change the font of the chord’s screen. I think that pychord is a little better now.

You can get it here, or do a “upgrade” on your device.

That is all!

Have a nice week!

PyChord for Maemo: Get your .install here!

Finally, Pychord is almost ready!

All features (about 1.0 version) are working. Now I need to work in two different lines.

[1] I didn’t have enough knowledge about pygame when I started this project. So I need to change some parts of the code to fix wrong decisions that I made before.
[2] If you are using this application, please, give me a feedback and I will try to make it better!

Then I will start to develop the 1.1 version ( with some features that I promised before ).

In this version, I created a configuration file (/home/user/.pychord.conf), and this file has to have two simple lines:

db=/home/user/.pychord.db
datadir=/home/user/pychord/data

Where:
db” is your DataBase file, with all your chords. Its a sqlite’s file.
datadir” is the folder where pychord will get the chords to put into database file on update process.

You can edit these options by clicking on “i” symbol in PyChord’s first screen. You can also choose by what type of update you want: Full-update or Incremental Update. In Full-update you will lose all your database data. In incremental update pychord will get all files of your datadir and put into database.

All files in your datadir folder have to have the “.chr” extension, and have to be like this example:

Name: Music Name
Artist: Music Artist Name
D# E F
Your chords
D # E F
Your chords
D E# F
Your chords

(Two first lines are used like headers, describing the Name of the music and the name of the Artist. Followed by the chords)

Ok, its too easy right?!

So, you have to have a directory (datadir) and put all your files there. Default folder is /home/user/pychord/data. Don’t forget to update your database when you start to use this application.

So, Ok! Now you can download .install here!

If you have problems to install this application, try again by searching for it on ApplicationManager->Browse Installable Applications->others->pychord

If you have any problems after that (or suggestions), please, let me know!

[]’s