Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.
|
Forum Index : Microcontroller and PC projects : Keyboard Italian
Author | Message | ||||
shsjk59456 Newbie Joined: 24/01/2012 Location: ItalyPosts: 7 |
I use the PS / 2 keyboard works fine Italian only the keys are incorrect, you can change the font? |
||||
aargee Senior Member Joined: 21/08/2008 Location: AustraliaPosts: 255 |
I think you're asking for the keyboard decoding to be remapped to suit an Italian keyboard and/or a font set to match. I think this might be a bit difficult for a few requests, but you should contact Geoff with your request, using the e-mail link at the bottom of this page. For crying out loud, all I wanted to do was flash this blasted LED. |
||||
shsjk59456 Newbie Joined: 24/01/2012 Location: ItalyPosts: 7 |
I solved with the new version MMbasic 3.1 that supports the keyboard very similar to German Italian |
||||
darthmite Senior Member Joined: 20/11/2011 Location: FrancePosts: 240 |
Hi , I integrate the German and French KB for the MM. Actually i asked Geoff if it's OK for integrate the Italian Model. This take some Flash memory away from the PIC32 and if it's worth Geoff will probably give me a OK to made it too ... Wait and see I just hope that it will not people from 100 country with different kb layout who want that i fill the precious PIC32 flash Cheers. Darth. Theory is when we know everything but nothing work ... Practice is when everything work but no one know why ;) |
||||
Geoffg Guru Joined: 06/06/2011 Location: AustraliaPosts: 3194 |
I seem to have lost your email (sorry). Pleas add it in. I will have to modify the selecting function GetFlashOption(&KeyboardOption) to allow for more than three selections so just use a constant for the time being. Don't worry about the amount of flash memory, we can always reduce the amount used by the internal flash drive if we need to. Geoff Geoff Graham - http://geoffg.net |
||||
darthmite Senior Member Joined: 20/11/2011 Location: FrancePosts: 240 |
Hi , OK mate , i start this evening Cheer. Darth. Theory is when we know everything but nothing work ... Practice is when everything work but no one know why ;) |
||||
shsjk59456 Newbie Joined: 24/01/2012 Location: ItalyPosts: 7 |
In fact it would be useful to include in the file AUTORUN.BAS the ability to bind some keys of KB to different font, as in the old DOS! Thanks, Ciao |
||||
Geoffg Guru Joined: 06/06/2011 Location: AustraliaPosts: 3194 |
Thanks to Darthmite MMBasic now supports the Italian keyboard. All three versions (Maximite, DuinoMite and UBW32) of MMBasic 3.1B are attached. 2012-02-03_190612_MMBasic_3.1B.zip To select the Italian keyboard use the command CONFIG KEYBOARD IT There is little point in everyone updating as, other than the new keyboard support, there is little difference between this and 3.1. Geoff Geoff Graham - http://geoffg.net |
||||
Juri74 Senior Member Joined: 06/02/2012 Location: ItalyPosts: 162 |
A little idea could be to have keyboard layout files on sd/internal drive and then load into memory the specific selected file when power up or with command CONFIG KEYBOARD XX where "XX" is the country code (US, UK, IT, FR etc..) this could reduce the memory used and increase the memory space for internal disk or, at least, more memory for firmware.. almost all keyboard layouts in the world can be used without worry about memory limits.. |
||||
Print this page |