keyboard: define access keys for more menus

git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@771 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
jason@long.name 2013-07-25 20:47:32 +00:00
parent f55492f8b8
commit f0f101b78d
2 changed files with 66 additions and 10 deletions

View file

@ -69,55 +69,84 @@ menu.overlays.FIRE_OVERLAY = Fire Coverage
menu.overlays.POLICE_OVERLAY = Police Coverage
menu.game = Game
menu.game.access_key = G
menu.game.key = G
menu.game.new = New City...
menu.game.new.access_key = N
menu.game.new.key = N
menu.game.new.shortcut = ctrl N
menu.game.load = Load City...
menu.game.load.access_key = L
menu.game.load.key = L
menu.game.load.shortcut = ctrl O
menu.game.save = Save City
menu.game.save.access_key = S
menu.game.save.key = S
menu.game.save.shortcut = ctrl S
menu.game.save_as = Save City as...
menu.game.save_as.access_key = A
menu.game.save_as.key = A
menu.game.exit = Exit
menu.game.exit.access_key = X
menu.game.exit.key = X
menu.options = Options
menu.options.key = O
menu.options.auto_budget = Auto Budget
menu.options.auto_budget.key = A
menu.options.auto_bulldoze = Auto Bulldoze
menu.options.auto_bulldoze.key = Z
menu.options.disasters = Disasters
menu.options.disasters.key = D
menu.options.sound = Sound
menu.options.sound.key = S
menu.difficulty = Difficulty
menu.difficulty.key = F
menu.difficulty.0 = Easy
menu.difficulty.0.key = E
menu.difficulty.1 = Medium
menu.difficulty.1.key = M
menu.difficulty.2 = Hard
menu.difficulty.2.key = H
menu.disasters = Disasters
menu.disasters.key = D
menu.disasters.MONSTER = Monster
menu.disasters.MONSTER.key = M
menu.disasters.FIRE = Fire
menu.disasters.FIRE.key = F
menu.disasters.FLOOD = Flood
menu.disasters.FLOOD.key = L
menu.disasters.MELTDOWN = Meltdown
menu.disasters.MELTDOWN.key = E
menu.disasters.TORNADO = Tornado
menu.disasters.TORNADO.key = T
menu.disasters.EARTHQUAKE = Earthquake
menu.disasters.EARTHQUAKE.key = Q
menu.speed = Speed
menu.speed.key = S
menu.speed.SUPER_FAST = Super Fast
menu.speed.SUPER_FAST.key = R
menu.speed.FAST = Fast
menu.speed.FAST.key = F
menu.speed.NORMAL = Normal
menu.speed.NORMAL.key = N
menu.speed.SLOW = Slow
menu.speed.SLOW.key = S
menu.speed.PAUSED = Paused
menu.speed.PAUSED.key = P
menu.windows = Windows
menu.windows.key = W
menu.windows.budget = Budget
menu.windows.budget.key = B
menu.windows.evaluation = Evaluation
menu.windows.evaluation.key = E
menu.windows.graph = Graph
menu.windows.graph.key = G
menu.help = Help
menu.help.key = H
menu.help.launch-translation-tool = Launch Translation Tool
menu.help.launch-translation-tool.key = T
menu.help.about = About
menu.help.about.key = A
!
! Tools