elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
elks
/
arch
/
i86
/
drivers
/
char
/
KeyMaps
/
keys-es.h
File editor
/* Keymap:ES:Espanol:Spanish */ #ifndef __KEYMAP_ES__ #define __KEYMAP_ES__ #if defined(CONFIG_KEYMAP_ES) /* Spanish Keyboard add by Nacho Martin (imartin@cie.uva.es) and updated by Javier Sedano */ static unsigned char xtkb_scan[] = { 0, 033, '1', '2', '3', '4', '5', '6', /* 00-07*/ '7', '8', '9', '0', '\'', 173, '\b', '\t', /* 08-0F*/ 'q', 'w', 'e', 'r', 't', 'y', 'u', 'i', /* 10-17*/ 'o', 'p', '`', '+', 015, 0202, 'a', 's', /* 18-1F*/ 'd', 'f', 'g', 'h', 'j', 'k', 'l', 164, /* 20-27*/ 0xEF, 167, 0200, 135, 'z', 'x', 'c', 'v', /* 28-2F*/ 'b', 'n', 'm', ',', '.', '-', 0201, '*', /* 30-37*/ 0203, ' ', 0204, 0241, 0242, 0243, 0244, 0245, /* 38-3F*/ 0246, 0247, 0250, 0251, 0252, 0205, 0210, 0267, /* 40-47*/ 0270, 0271, 0211, 0264, 0265, 0266, 0214, 0261, /* 48-4F*/ 0262, 0263, 0272, 0177, 0, 0, '<' /* 50-56*/ }; static unsigned char xtkb_scan_shifted[] = { 0, 033, '!', '\"', 0xFA, '$', '%', '&', '/', '(', ')', '=', '?', 168, '\b', '\t', 'Q', 'W', 'E', 'R', 'T', 'Y', 'U', 'I', 'O', 'P', '^', '*', 015, 0202, 'A', 'S', 'D', 'F', 'G', 'H', 'J', 'K', 'L', 165, 0xF9, 166, 0200, 128, 'Z', 'X', 'C', 'V', 'B', 'N', 'M', ';', ':', '_', 0201, '*', 0203, ' ', 0204, 0241, 0242, 0243, 0244, 0245, 0246, 0247, 0250, 0251, 0252, 0205, 0210, 0267, 0270, 0271, 0211, 0264, 0265, 0266, 0214, 0261, 0262, 0263, 0272, 0177, 0, 0, '>' }; static unsigned char xtkb_scan_ctrl_alt[] = { 0, 033, '|', '@', '#', '~', '5', '6', '7', '8', '9', '0', '<', '>', '\b', '\t', 'q', 'w', 'e', 'r', 't', 'y', 'u', 'i', 'o', 'p', '[', ']', 015, 0202, 'a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l', 164, '{', '\\', 0200, '}', 'z', 'x', 'c', 'v', 'b', 'n', 'm', ',', '.', '-', 0201, '*', 0203, ' ', 0204, 0241, 0242, 0243, 0244, 0245, 0246, 0247, 0250, 0251, 0252, 0205, 0210, 0267, 0270, 0271, 0211, 0264, 0265, 0266, 0214, 0261, 0262, 0263, 0272, 0177, 0, 0, 0 }; static unsigned char xtkb_scan_caps[] = { 0, 033, '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '\'', 173, '\b', '\t', 'Q', 'W', 'E', 'R', 'T', 'Y', 'U', 'I', 'I', 'P', '`', '+', 015, 0202, 'A', 'S', 'D', 'F', 'G', 'H', 'J', 'K', 'L', 165, '<', 248, 0200, 128, 'Z', 'X', 'C', 'V', 'B', 'N', 'M', ',', '.', '-', 0201, '*', 0203, ' ', 0204, 0241, 0242, 0243, 0244, 0245, 0246, 0247, 0250, 0251, 0252, 0205, 0210, 0267, 0270, 0271, 0211, 0264, 0265, 0266, 0214, 0261, 0262, 0263, 0272, 0177, 0, 0, '<' }; #endif #endif
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history