Changes between Version 6 and Version 10 of Ticket #2043


Ignore:
Timestamp:
Jul 28, 2013, 10:42:07 AM (11 years ago)
Author:
lsdh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2043

    • Property Keywords review added
    • Property Milestone BacklogAlpha 14
  • Ticket #2043 – Description

    v6 v10  
    88
    99{{{
    10         { SDLK_WORLD_7, "World7", "W7" },       // §
    11         { SDLK_WORLD_64, "World64", "W64" },    // à
    12         { SDLK_WORLD_71, "World71", "W71" },    // ç
    13         { SDLK_WORLD_72, "World72", "W72" },    // è
    14         { SDLK_WORLD_73, "World73", "W73" },    // é
     10        { SDLK_WORLD_7, "Sect", 0 },
     11        { SDLK_WORLD_64, "Agrave", 0 },
     12        { SDLK_WORLD_71, "Ccedil", 0 },
     13        { SDLK_WORLD_72, "Egrave", 0 },
     14        { SDLK_WORLD_73, "Eacute", 0 },
    1515}}}
    1616And configured the ~/.config/0ad/config/local.cfg like this:
    1717
    1818{{{
    19 hotkey.selection.group.select.0 = W64
    20 hotkey.selection.group.save.0 = "Ctrl+W64"
    21 hotkey.selection.group.add.0 = "Shift+W64"
     19hotkey.selection.group.select.0 = Agrave
     20hotkey.selection.group.save.0 = "Ctrl+Agrave"
     21hotkey.selection.group.add.0 = "Shift+Agrave"
    2222hotkey.selection.group.select.1 = Ampersand
    2323hotkey.selection.group.save.1 = "Ctrl+Ampersand"
    2424hotkey.selection.group.add.1 = "Shift+Ampersand"
    25 hotkey.selection.group.select.2 = W73
    26 hotkey.selection.group.save.2 = "Ctrl+W73"
    27 hotkey.selection.group.add.2 = "Shift+W73"
     25hotkey.selection.group.select.2 = Eacute
     26hotkey.selection.group.save.2 = "Ctrl+Eacute"
     27hotkey.selection.group.add.2 = "Shift+Eacute"
    2828hotkey.selection.group.select.3 = DoubleQuote
    2929hotkey.selection.group.save.3 = "Ctrl+DoubleQuote"
     
    3535hotkey.selection.group.save.5 = "Ctrl+LeftParen"
    3636hotkey.selection.group.add.5 = "Shift+LeftParen"
    37 hotkey.selection.group.select.6 = W7
    38 hotkey.selection.group.save.6 = "Ctrl+W7"
    39 hotkey.selection.group.add.6 = "Shift+W7"
    40 hotkey.selection.group.select.7 = W72
    41 hotkey.selection.group.save.7 = "Ctrl+W72"
    42 hotkey.selection.group.add.7 = "Shift+W72"
     37hotkey.selection.group.select.6 = Sect
     38hotkey.selection.group.save.6 = "Ctrl+Sect"
     39hotkey.selection.group.add.6 = "Shift+Sect"
     40hotkey.selection.group.select.7 = Egrave
     41hotkey.selection.group.save.7 = "Ctrl+Egrave"
     42hotkey.selection.group.add.7 = "Shift+Egrave"
    4343hotkey.selection.group.select.8 = Exclaim
    4444hotkey.selection.group.save.8 = "Ctrl+Exclaim"
    4545hotkey.selection.group.add.8 = "Shift+Exclaim"
    46 hotkey.selection.group.select.9 = W71
    47 hotkey.selection.group.save.9 = "Ctrl+W71"
    48 hotkey.selection.group.add.9 = "Shift+W71"
     46hotkey.selection.group.select.9 = Ccedil
     47hotkey.selection.group.save.9 = "Ctrl+Ccedil"
     48hotkey.selection.group.add.9 = "Shift+Ccedil"
    4949}}}
    50 The /0ad/binaries/data/config/keys.txt could also be updated.
     50The /0ad/binaries/data/config/keys.txt should also be updated.
    5151
    5252I could manage to do this changes thanks to Philip` and RedFox| on the IRC, so a big thanks to them.