cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

hu_hu_qwertz.keymap (3388B)


      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    "hu-hu-qwertz"
     22freerdp "KBD_HUNGARIAN"
     23
     24#
     25# Basic keys
     26#
     27
     28map -caps -altgr -shift 0x29 0x02..0x0D      ~ "0123456789öüó"
     29map -caps -altgr -shift      0x10..0x1B      ~ "qwertzuiopőú"
     30map -caps -altgr -shift      0x1E..0x28 0x2B ~ "asdfghjkléáű"
     31map -caps -altgr -shift 0x56 0x2C..0x35      ~ "íyxcvbnm,.-"
     32
     33map -caps -altgr +shift 0x29 0x02..0x0D      ~ "§'"+!%/=()ÖÜÓ"
     34map -caps -altgr +shift      0x10..0x1B      ~ "QWERTZUIOPŐÚ"
     35map -caps -altgr +shift      0x1E..0x28 0x2B ~ "ASDFGHJKLÉÁŰ"
     36map -caps -altgr +shift 0x56 0x2C..0x35      ~ "ÍYXCVBNM?:_"
     37
     38map +caps -altgr -shift 0x29 0x02..0x0D      ~ "0123456789ÖÜÓ"
     39map +caps -altgr -shift      0x10..0x1B      ~ "QWERTZUIOPŐÚ"
     40map +caps -altgr -shift      0x1E..0x28 0x2B ~ "ASDFGHJKLÉÁŰ"
     41map +caps -altgr -shift 0x56 0x2C..0x35      ~ "ÍYXCVBNM,.-"
     42
     43map +caps -altgr +shift 0x29 0x02..0x0D      ~ "§'"+!%/=()öüó"
     44map +caps -altgr +shift      0x10..0x1B      ~ "qwertzuiopőú"
     45map +caps -altgr +shift      0x1E..0x28 0x2B ~ "asdfghjkléáű"
     46map +caps -altgr +shift 0x56 0x2C..0x35      ~ "íyxcvbnm?:_"
     47
     48#
     49# Keys requiring AltGr
     50#
     51
     52map +altgr -shift 0x02 ~ "~"
     53map +altgr -shift 0x08 ~ "`"
     54
     55map +altgr -shift 0x10 ~ "\"
     56map +altgr -shift 0x11 ~ "|"
     57map +altgr -shift 0x12 ~ "Ä"
     58map +altgr -shift 0x16 ~ "€"
     59map +altgr -shift 0x17 ~ "Í"
     60map +altgr -shift 0x1A ~ "÷"
     61map +altgr -shift 0x1B ~ "×"
     62
     63map +altgr -shift 0x1E ~ "ä"
     64map +altgr -shift 0x1F ~ "đ"
     65map +altgr -shift 0x20 ~ "Đ"
     66map +altgr -shift 0x21 ~ "["
     67map +altgr -shift 0x22 ~ "]"
     68map +altgr -shift 0x24 ~ "í"
     69map +altgr -shift 0x25 ~ "ł"
     70map +altgr -shift 0x26 ~ "Ł"
     71map +altgr -shift 0x27 ~ "$"
     72map +altgr -shift 0x28 ~ "ß"
     73map +altgr -shift 0x2B ~ "¤"
     74
     75map +altgr -shift 0x56 ~ "<"
     76map +altgr -shift 0x2C ~ ">"
     77map +altgr -shift 0x2D ~ "#"
     78map +altgr -shift 0x2E ~ "&"
     79map +altgr -shift 0x2F ~ "@"
     80map +altgr -shift 0x30 ~ "{"
     81map +altgr -shift 0x31 ~ "}"
     82map +altgr -shift 0x32 ~ "<"
     83map +altgr -shift 0x33 ~ ";"
     84map +altgr -shift 0x34 ~ ">"
     85map +altgr -shift 0x35 ~ "*"
     86
     87
     88#
     89# Keys requiring AltGr & Shift
     90#
     91
     92
     93#
     94# Dead keys
     95#
     96
     97map +altgr -shift 0x03 ~ 0xFE5A # Dead caron
     98map +altgr -shift 0x04 ~ 0xFE52 # Dead circumflex
     99map +altgr -shift 0x05 ~ 0xFE55 # Dead breve
    100map +altgr -shift 0x06 ~ 0xFE58 # Dead abovering
    101map +altgr -shift 0x07 ~ 0xFE5C # Dead ogonek
    102map +altgr -shift 0x09 ~ 0xFE56 # Dead abovedot
    103map +altgr -shift 0x0A ~ 0xFE51 # Dead acute
    104map +altgr -shift 0x0B ~ 0xFE59 # Dead doubleacute
    105map +altgr -shift 0x0C ~ 0xFE57 # Dead diaeresis
    106map +altgr -shift 0x0D ~ 0xFE5B # Dead cedilla
    107
    108
    109# END