tr_tr_qwerty.keymap (2894B)
1# 2# Licensed to the Apache Software Foundation (ASF) under one 3# or more contributor license agreements. See the NOTICE file 4# distributed with this work for additional information 5# regarding copyright ownership. The ASF licenses this file 6# to you under the Apache License, Version 2.0 (the 7# "License"); you may not use this file except in compliance 8# with the License. You may obtain a copy of the License at 9# 10# http://www.apache.org/licenses/LICENSE-2.0 11# 12# Unless required by applicable law or agreed to in writing, 13# software distributed under the License is distributed on an 14# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15# KIND, either express or implied. See the License for the 16# specific language governing permissions and limitations 17# under the License. 18# 19 20parent "base" 21name "tr-tr-qwerty" 22freerdp "KBD_TURKISH_Q" 23 24# 25# Basic keys 26# 27 28map -caps -altgr -shift 0x29 0x02..0x0D ~ ""1234567890*-" 29map -caps -altgr -shift 0x10..0x1B ~ "qwertyuıopğü" 30map -caps -altgr -shift 0x1E..0x28 0x2B ~ "asdfghjklşi," 31map -caps -altgr -shift 0x56 0x2C..0x35 ~ "<zxcvbnmöç." 32 33map -caps -altgr +shift 0x29 0x02..0x03 ~ "é!'" 34map -caps -altgr +shift 0x05..0x0D ~ "+%&/()=?_" 35map -caps -altgr +shift 0x10..0x1B ~ "QWERTYUIOPĞÜ" 36map -caps -altgr +shift 0x1E..0x28 0x2B ~ "ASDFGHJKLŞİ;" 37map -caps -altgr +shift 0x56 0x2C..0x35 ~ ">ZXCVBNMÖÇ:" 38 39map +caps -altgr -shift 0x29 0x02..0x0D ~ ""1234567890*-" 40map +caps -altgr -shift 0x10..0x1B ~ "QWERTYUIOPĞÜ" 41map +caps -altgr -shift 0x1E..0x28 0x2B ~ "ASDFGHJKLŞİ," 42map +caps -altgr -shift 0x56 0x2C..0x35 ~ "<ZXCVBNMÖÇ." 43 44map +caps -altgr +shift 0x29 0x02..0x03 ~ "é!'" 45map +caps -altgr +shift 0x05..0x0D ~ "+%&/()=?_" 46map +caps -altgr +shift 0x10..0x1B ~ "qwertyuıopğü" 47map +caps -altgr +shift 0x1E..0x28 0x2B ~ "asdfghjklşi;" 48map +caps -altgr +shift 0x56 0x2C..0x35 ~ ">zxcvbnmöç:" 49 50# 51# Keys requiring AltGr 52# 53 54map +altgr -shift 0x29 0x02..0x06 ~ "<>£#$½" 55map +altgr -shift 0x08..0x0D ~ "{[]}\|" 56 57map +altgr -shift 0x10 ~ "@" 58map +altgr -shift 0x12 ~ "€" 59map +altgr -shift 0x14 ~ "₺" 60map +altgr -shift 0x1F ~ "ß" 61 62map +altgr -shift 0x56 ~ "|" 63 64 65# 66# Keys requiring AltGr and vary by Shift and Caps Lock 67# 68 69map -caps +altgr -shift 0x17 ~ "i" 70map -caps +altgr -shift 0x1E ~ "æ" 71 72map -caps +altgr +shift 0x17 ~ "İ" 73map -caps +altgr +shift 0x1E ~ "Æ" 74 75map +caps +altgr -shift 0x17 ~ "İ" 76map +caps +altgr -shift 0x1E ~ "Æ" 77 78map +caps +altgr +shift 0x1E ~ "æ" 79map +caps +altgr +shift 0x17 ~ "i" 80 81# 82# Dead keys 83# 84 85map -altgr +shift 0x04 ~ 0xFE52 # Dead circumflex 86 87map +altgr -shift 0x1A ~ 0xFE57 # Dead diaeresis (umlaut) 88map +altgr -shift 0x1B ~ 0xFE53 # Dead tilde 89 90map +altgr -shift 0x27 ~ 0xFE51 # Dead acute 91map +altgr -shift 0x2B ~ 0xFE50 # Dead grave 92 93# END