nek6994 Posted January 20, 2013 Share Posted January 20, 2013 hi wanted to know if I could lend a hand to make a support for Spanish. What do I need to do the Spanish keyboard? Sorry for the text I use google translate Quote Link to comment Share on other sites More sharing options...
no42 Posted January 20, 2013 Share Posted January 20, 2013 (edited) Your help is welcomed! General Instructions are below: Make sure your using the latest encoder (currently v2.2). You best option is download the ducky-decode svn inside the svn is the Folder Encoder/v2/resources This is the location of all the language maps. keyboard.properties is the main file, it maps ascii characters to their HID values. Do not edit this file. You probably now want to read a non-english language french (fr.properties)/italian(it.properties)/german (de.properties) to see how special characters are mapped. An example from de.properties: ISO_8859_1_A7 = KEY3, MODIFIER_SHIFT This website http://www.charset.org/charactersets.php is good for finding your character map and ISO codes. Basically, you need to create a new file es.properties, and build lines similar to: ISO_8859_1_code = key_located_on_US_QWERTY_keyboard ISO_8859_1_code = key_x, modifierkey_y It may be a long process, but do this for all the characters you need. You can probably cheat and start using it.properties - and make necessary changes! Edit: If a character is missing a warning is prompted when you run the encoder. Example: Char not found:ASCII_72 Char not found:ASCII_70 Char not found:ASCII_6F This will help identify gaps in keyboard mappings Also, when your sure you've got a working es.properties add it on the ducky-decode website under Issues, and label as Patch - it will then be added into the main repository. This is a brief post, if you need clarification, ask questions, and I'll edit this post to make things clearer. Edited January 31, 2013 by midnitesnake Quote Link to comment Share on other sites More sharing options...
nek6994 Posted January 31, 2013 Author Share Posted January 31, 2013 I start with it thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.