Rev | Line | |
---|
[447] | 1 | # Canadian French |
---|
| 2 | # By Simon Germain |
---|
| 3 | include common |
---|
| 4 | map 0xc0c |
---|
| 5 | |
---|
| 6 | backslash 0x29 altgr |
---|
| 7 | plusminus 0x2 altgr |
---|
| 8 | at 0x3 altgr |
---|
| 9 | sterling 0x4 altgr |
---|
| 10 | cent 0x5 altgr |
---|
| 11 | currency 0x6 altgr |
---|
| 12 | notsign 0x7 altgr |
---|
| 13 | bar 0x29 shift |
---|
| 14 | twosuperior 0x9 altgr |
---|
| 15 | threesuperior 0xa altgr |
---|
| 16 | onequarter 0xb altgr |
---|
| 17 | onehalf 0xc altgr |
---|
| 18 | threequarters 0xd altgr |
---|
| 19 | section 0x18 altgr |
---|
| 20 | paragraph 0x19 altgr |
---|
| 21 | bracketleft 0x1a altgr |
---|
| 22 | bracketright 0x1b altgr |
---|
| 23 | asciitilde 0x27 altgr |
---|
| 24 | braceleft 0x28 altgr |
---|
| 25 | braceright 0x2b altgr |
---|
| 26 | less 0x2b |
---|
| 27 | greater 0x2b shift |
---|
| 28 | guillemotleft 0x56 |
---|
| 29 | guillemotright 0x56 shift |
---|
| 30 | degree 0x56 altgr |
---|
| 31 | mu 0x32 altgr |
---|
| 32 | eacute 0x35 |
---|
| 33 | dead_acute 0x35 altgr |
---|
| 34 | dead_grave 0x28 |
---|
| 35 | dead_circumflex 0x1a |
---|
| 36 | dead_circumflex 0x1a shift |
---|
| 37 | dead_cedilla 0x1b |
---|
| 38 | dead_diaeresis 0x1b shift |
---|
| 39 | exclam 0x2 shift |
---|
| 40 | quotedbl 0x3 shift |
---|
| 41 | comma 0x33 |
---|
| 42 | apostrophe 0x33 shift |
---|
| 43 | period 0x34 shift |
---|
| 44 | slash 0x4 shift |
---|
| 45 | dollar 0x5 shift |
---|
| 46 | percent 0x6 shift |
---|
| 47 | question 0x7 shift |
---|
| 48 | ampersand 0x8 shift |
---|
| 49 | asterisk 0x9 shift |
---|
| 50 | parenleft 0xa shift |
---|
| 51 | parenright 0xb shift |
---|
| 52 | underscore 0xc shift |
---|
| 53 | plus 0xd shift |
---|
Note: See
TracBrowser
for help on using the repository browser.