cscg24-guacamole

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

fr_be_azerty.keymap (2629B)


      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    "fr-be-azerty"
     22freerdp "KBD_BELGIAN_FRENCH"
     23
     24#
     25# Basic keys
     26#
     27
     28map -caps -altgr -shift 0x29 0x02..0x0D      ~ "²&é"'(§è!çà)-"
     29map -caps -altgr -shift      0x10..0x19 0x1B ~ "azertyuiop$"
     30map -caps -altgr -shift      0x1E..0x28 0x2B ~ "qsdfghjklmùµ"
     31map -caps -altgr -shift 0x56 0x2C..0x35      ~ "<wxcvbn,;:="
     32
     33map -caps -altgr +shift 0x29 0x02..0x0D      ~ "³1234567890°_"
     34map -caps -altgr +shift      0x10..0x19 0x1B ~ "AZERTYUIOP£"
     35map -caps -altgr +shift      0x1E..0x28 0x2B ~ "QSDFGHJKLM%£"
     36map -caps -altgr +shift 0x56 0x2C..0x35      ~ ">WXCVBN?./+"
     37
     38map +caps -altgr -shift 0x29 0x02..0x0D      ~ "²1234567890°_"
     39map +caps -altgr -shift      0x10..0x19 0x1B ~ "AZERTYUIOP£"
     40map +caps -altgr -shift      0x1E..0x28 0x2B ~ "QSDFGHJKLM%£"
     41map +caps -altgr -shift 0x56 0x2C..0x35      ~ "<WXCVBN?./+"
     42
     43map +caps -altgr +shift 0x29 0x02..0x0D      ~ "³&é"'(§è!çà)-"
     44map +caps -altgr +shift      0x10..0x19 0x1B ~ "azertyuiop$"
     45map +caps -altgr +shift      0x1E..0x28 0x2B ~ "qsdfghjklmùµ"
     46map +caps -altgr +shift 0x56 0x2C..0x35      ~ ">wxcvbn,;:="
     47
     48#
     49# Keys requiring AltGr (unaffected by Caps Lock, but Shift must not be pressed)
     50#
     51
     52map +altgr -shift 0x02..0x04 ~ "|@#"
     53map +altgr -shift 0x0A..0x0B ~ "{}"
     54map +altgr -shift 0x1A..0x1B ~ "[]"
     55
     56map +altgr -shift 0x12 ~ "€"
     57map +altgr -shift 0x56 ~ "\"
     58map +altgr -shift 0x07 ~ "^"
     59
     60#
     61# Dead keys requiring AltGr (unaffected by Caps Lock or Shift)
     62#
     63
     64map +altgr 0x35 ~ 0xFE53 # Dead tilde
     65map +altgr 0x28 ~ 0xFE51 # Dead acute
     66map +altgr 0x2B ~ 0xFE50 # Dead grave
     67
     68#
     69# Dead keys (affected by Caps Lock and Shift)
     70#
     71
     72map -caps -altgr -shift 0x1A ~ 0xFE52 # Dead circumflex
     73map -caps -altgr +shift 0x1A ~ 0xFE57 # Dead umlaut
     74
     75map +caps -altgr -shift 0x1A ~ 0xFE57 # Dead umlaut
     76map +caps -altgr +shift 0x1A ~ 0xFE52 # Dead circumflex
     77