Contribute
Register

[Keyboard Layout] Italian Layout fix

Status
Not open for further replies.
It works like a charm for Spanish Keyboard, it must be:

Code:
...
                                <key>Default</key>
                                <dict>
...
                                        <key>Custom PS2 Map</key>
                                        <array>
                                                <string>;Items must be strings in the form of scanfrom=scanto (in hex)</string>
                                                <string>e027=0;disable discrete fnkeys toggle</string>
                                                <string>e028=0;disable discrete trackpad toggle</string>
                                                <string>56=29;swap "º" and "less than" keys (e.g.: Spanish Keyboard)</string>
                                                <string>29=56;swap "º" and "less than" keys (e.g.: Spanish Keyboard)</string>
                                        </array>

I used vim to edit the file:
sudo vim /Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist
 
Last edited:
It works like a charm for Spanish Keyboard, it must be:

Code:
...
                                <key>Default</key>
                                <dict>
...
                                        <key>Custom PS2 Map</key>
                                        <array>
                                                <string>;Items must be strings in the form of scanfrom=scanto (in hex)</string>
                                                <string>e027=0;disable discrete fnkeys toggle</string>
                                                <string>e028=0;disable discrete trackpad toggle</string>
                                                <string>56=29;swap º and < keys (e.g.: Spanish Keyboard)</string>
                                                <string>29=56;swap º and < keys (e.g.: Spanish Keyboard)</string>
                                        </array>

These kind of changes are better done with a program like Ukelele.
 
Can you tell me why please?

It allows finer grain control and allows you to separate the keys when used with modifiers (shift, command, option, control).
 
Hello,
I've a key between Shift and Z keys and Ukelele doesn't detect it, how can I proceed?
 
Hello,
I've a key between Shift and Z keys and Ukelele doesn't detect it, how can I proceed?

What key is it? Does it generate a code? What PS2 driver are you using?
 
What key is it? Does it generate a code? What PS2 driver are you using?
Here I attach an screenshot.
misil-lenovo-thinkpad-core-i5-4-gen-4-gb-ram-impecable-D_NQ_NP_275521-MLA20817664556_072016-F.jpg

I'm using your PS2 driver VoodooPS2Controller.kext v1.8.24 and it is working fine.
 
Here I attach an screenshot.
misil-lenovo-thinkpad-core-i5-4-gen-4-gb-ram-impecable-D_NQ_NP_275521-MLA20817664556_072016-F.jpg

I'm using your PS2 driver VoodooPS2Controller.kext v1.8.24 and it is working fine.

Check system.log (with Debug VoodooPS2Controller.kext) to see if it generates any code.
 
Check system.log (with Debug VoodooPS2Controller.kext) to see if it generates any code.
Yes it generates a code and works fine, the issue only is with Ukelele.
 
Status
Not open for further replies.
Back
Top