Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2016, 1:02:46 PM (7 years ago)
Author:
patricwi
Message:

setCommand vorbereitet und keybindings optimiert

Location:
code/branches/HUD_HS16/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/HUD_HS16/data/defaultConfig/keybindings.ini

    r10622 r11252  
    7070KeyNoConvert=
    7171KeyNumLock=
    72 KeyNumRow0=
    73 KeyNumRow1="toggleFormationFlight"
    74 KeyNumRow2="FFChangeMode"
     72KeyNumRow0="useUnusePickup"
     73KeyNumRow1=
     74KeyNumRow2=
    7575KeyNumRow3=
    7676KeyNumRow4=
     
    8080KeyNumRow8=
    8181KeyNumRow9=
    82 KeyNumpad0=
     82KeyNumpad0="useUnusePickup"
    8383KeyNumpad1=
    8484KeyNumpad2=
     
    9696KeyNumpadPeriod=
    9797KeyNumpadSubtract=
    98 KeyO=
    99 KeyP=
     98KeyO="toggleFormationFlight"
     99KeyP="FFChangeMode"
    100100KeyPageDown="scale -1 rotateRoll"
    101101KeyPageUp=
  • code/branches/HUD_HS16/data/gui/scripts/KeyBindMenu.lua

    r8232 r11252  
    3636    table.insert(commandList, "pause")
    3737    table.insert(commandList, "printScreen")
     38    table.insert(commandList, "useUnusePickup")
    3839    if orxonox.GUIManager:inDevMode() then
    3940        table.insert(commandList, "printScreenHD")
     
    7172    table.insert(nameList, "Pause")
    7273    table.insert(nameList, "Screenshot")
     74    table.insert(nameList, "Pickup 0")
    7375    if orxonox.GUIManager:inDevMode() then
    7476        table.insert(nameList, "HD screenshot")
Note: See TracChangeset for help on using the changeset viewer.