Annotation of hatari/doc/fr/clavier-exemple.txt, revision 1.1.1.2

1.1.1.2 ! root        1: # This file must be UTF-8 coded
        !             2: # Mai 2017, Cocoa Pod. 
        !             3: 
        !             4: # FRENCH ------------------------------------------------
        !             5: # Mappage du clavier AZERTY-fr d'un Macbook Pro
1.1       root        6: #
1.1.1.2 ! root        7: # Tests sur Macbook Pro (MacBookPro5,3), MacOS 10.12 fr
        !             8: # Tests sur Macbook Air, MacOS 10.11 fr
        !             9: # Tests sur émulateur Hatari 2.0 _ ST, MegaST, STE, MegaSTE, tout TOS fr
        !            10: # Apple: Dans "Préférences Système / clavier",  Valider l'option :
        !            11: # "Utiliser les touches F1,F2,.... Comme des touches de fonction standard"
        !            12: # F1-F8 presser la touche F, F9-F12  presser les touches cmd et F.
        !            13: #
        !            14: # Les commentaires commencent par un # ou un ;
        !            15: # Chaque ligne active commence par deux chiffres séparés par une virgule.
        !            16: # le premier est la valeur du symbole de la touche de votre clavier et le 
        !            17: # deuxième est le scancode de la touche équivalente du clavier Atari.
        !            18: # Le premier chiffre peut être remplacé par un symbol.
        !            19: 
        !            20: # ENGLISH ------------------------------------------------
        !            21: # Mapping for Macbook Pro keyboard AZERTY-fr
        !            22: #
        !            23: # Tested on Macbook Pro (MacBookPro5,3), MacOS 10.12 fr
        !            24: # Tested on Macbook Air, MacOS 10.11 fr
        !            25: # Tested on emulator Hatari 2.0 _ ST, MegaST, STE, MegaSTE, all TOS Fr
        !            26: # On Apple: in "System Preferences / Keyboard", Validate the option :
        !            27: #   "Use all F1,F2,.... as standard function keys "
        !            28: # F1-F8 press F key, F9-F12 press cmd and F keys
        !            29: #
        !            30: # Comments start with # or ;
        !            31: # Every active line begins with two numbers separated by a comma
        !            32: # First number is the symbolic Mac key code (see the SDL_keysym.h file
1.1       root       33: # from the SDL library header files usually in /usr/include/SDL/).
1.1.1.2 ! root       34: # Second number is the scancode of equivalent key of the keyboard Atari.
        !            35: # first number can be replaced by a symbol
        !            36: #
        !            37: #
        !            38: 
        !            39: # function keys line
        !            40: #
        !            41:  Escape,1
        !            42:  F1,59
        !            43:  F2,60
        !            44:  F3,61
        !            45:  F4,62
        !            46:  F5,63
        !            47:  F6,64
        !            48:  F7,65
        !            49:  F8,66
        !            50:  F9,67  # hit cmd-F9
        !            51:  F10,68         # hit cmd-F10
        !            52: # F11,          # cmd-F11  Does not exist in ATARI 
        !            53: # F12,  # cmd-F12  Does not exist in ATARI
        !            54: 
        !            55: # first line: @ é " ' ( § è ! ç à ) -
        !            56: #
        !            57:  <,43
        !            58:  &,2
        !            59:  é,3
        !            60:  ",4
        !            61:  ',5
        !            62:  (,6
        !            63:  §,7
        !            64:  è,8
        !            65:  !,9
        !            66:  ç,10
        !            67:  à,11
        !            68:  ),12
        !            69:  -,13
        !            70:  Backspace,14
        !            71:  Delete,83        #  fn + Backspace
        !            72:  
        !            73: 
        !            74: # second line: a z e r t y u i o p ^ $
        !            75: #
        !            76:  Tab,15
        !            77:  a,16
        !            78:  z,17
        !            79:  e,18
        !            80:  r,19
        !            81:  t,20
        !            82:  y,21
        !            83:  u,22
        !            84:  i,23
        !            85:  o,24
        !            86:  p,25
        !            87:  ^,26
        !            88:  $,27
        !            89: 
        !            90: # third line: q s d f g h j k l m ù `
        !            91: #
        !            92:  q,30
        !            93:  s,31
        !            94:  d,32
        !            95:  f,33
        !            96:  g,34
        !            97:  h,35
        !            98:  j,36
        !            99:  k,37
        !           100:  l,38
        !           101:  m,39
        !           102:  ù,40
        !           103:  `,41
        !           104: 
        !           105: # forth line: < w x c v b n , ; : =
        !           106: #
        !           107:  @,96
        !           108:  w,44
        !           109:  x,45
        !           110:  c,46
        !           111:  v,47
        !           112:  b,48
        !           113:  n,49
        !           114:  44,50    # comma
        !           115:  59,51    # semicolon
        !           116:  :,52
        !           117:  =,53
        !           118: 
        !           119:  Space,57
        !           120:  CapsLock,58   
        !           121:      
        !           122:  Return,28
        !           123:  Left,75
        !           124:  Right,77
        !           125:  Down,80
        !           126:  Up,72
        !           127: 
        !           128:  Keypad Enter,114   # fn + Return
        !           129:  Home,71            # fn + Left
        !           130:  End,97             # fn + Right
        !           131:  PageDown,100       # fn + Down
        !           132:  PageUp,99          # fn + Up
        !           133: 
        !           134:  Left Ctrl,29
        !           135:  Left Shift,42
        !           136: # Left Alt,56      # fail, but not need to remap !!!!!
        !           137:  Right Shift,54

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.