VoodooPS2Controller > General Discussion

key differences on LatinAmerican spanish keyboard layout

(1/2) > >>

macgirl:
When I modified the source code of ApplePS2Keyboard I found that LatinAmerican Spanish layout has differences on < > keys (greater than ,less than) they are interchange with | ° (pipe, degrees) on the European keyboard, even with english layouts it has those differences.

So where is the source code?

Thanks and great work.

Kabyl:

--- Quote from: macgirl on April 15, 2009, 12:24:13 AM ---When I modified the source code of ApplePS2Keyboard I found that LatinAmerican Spanish layout has differences on < > keys (greater than ,less than) they are interchange with | ° (pipe, degrees) on the European keyboard, even with english layouts it has those differences.

So where is the source code?

Thanks and great work.

--- End quote ---
http://chameleon.osx86.hu/file_download/24/VoodooPS2Controller-0.98-src.tar.gz

macgirl:
Thank you very much  ;D

EDIT:

this is basically the changes:

--- Code: ------ VoodooPS2Keyboard/ApplePS2ToADBMap.h 2009-02-14 08:20:54.000000000 -0600
+++ ApplePS2ToADBMap-LA.h 2009-04-16 11:57:35.000000000 -0500
@@ -70,7 +70,7 @@
     0x25,  // 26  L
     0x29,  // 27  ;:
     0x27,  // 28  '"
-    0x0a,  // 29  `~
+    0x32,  // 29  `~
     0x38,  // 2a  Left Shift
     0x2a,  // 2b  \|
     0x06,  // 2c  Z
@@ -115,7 +115,7 @@
     0x41,  // 53  Keypad Del
     0x44,  // 54  SysReq / Custom Calc
     0x46,  // 55 Custom Logout
-    0x32,  // 56 ¼\» (Spanish)
+    0x0a,  // 56 <> (Spanish)
     0x67,  // 57  F11
     0x6f,  // 58  F12
     DEADKEY,  // 59

--- End code ---

jjduro:
We have the same problem with Brazilian Portuguese (South America - ANBT) and Portuguese from Portugal (Pt, EUROPE, of course :P )

gustavolessa:

--- Quote from: jjduro on April 23, 2009, 05:53:29 PM ---We have the same problem with Brazilian Portuguese (South America - ANBT) and Portuguese from Portugal (Pt, EUROPE, of course :P )

--- End quote ---


I'm also from Brazil and our keyboards (ABNT2) have the / ? (slash and question mark while shifted) next to the right shift key, and \ | next to the left shift.

lebidou sent me a kext with the corrections you made. Now, my \ | key that was unactive became active. But the /? don't.

Anyone knows what should be changed to this key work?

Thanks!
Gustavo

Navigation

[0] Message Index

[#] Next page

Go to full version