Hello,
It is the actual spanish keyboard included in wine, /*** Spanish keyboard layout (contributed by José Marcos López) */ static const char main_key_ES[MAIN_LEN][4] = { "ºª\\","1!|","2\"@","3·#","4$","5%","6&¬","7/","8(","9)","0=","'?","¡¿", "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","`^[","+*]", "aA","sS","dD","fF","gG","hH","jJ","kK","lL","ñÑ","'¨{","çÇ}", "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_", "<>" }; and it is the mine: tatic const char main_key_ES[MAIN_LEN][4] = { "ºª\\","1!|","2\"@","3·#","4$","5%","6&¬","7/","8(","9)","0=","'?","¡¿", "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","`^[","+*]", "aA","sS","dD","fF","gG","hH","jJ","kK","lL","ñÑ","´¨{","çÇ}", "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_", "<>" }; Minimal difference in only 1, can someone confirm if the original is correct? Carlos. -- ____________________________________________________ ___ _____ _ ____ / __// _ // / / o) clozano / /_ / /_/ // /_ / \ @andago.com /___//_/ /_//___//__) ____________________________________________________