{
  "battle.cancel": ["ctrl+shift+x"],
  "battle.select_focused": ["ctrl+shift+e"],
  "battle.switch_focus": ["ctrl+shift+space"],
  "cli.clear_screen": ["ctrl+l"],
  "cli.enter": ["enter"],
  "cli.escape": ["ctrl+c", "esc"],
  "cli.exit": ["ctrl+d"],
  "cli.suspend": ["ctrl+z"],
  "confirm.edit_command": ["e"],
  "confirm.no": ["n"],
  "confirm.yes": ["y"],
  "edit.open_editor": ["ctrl+g"],
  "edit.paste": ["ctrl+v"],
  "edit.redo": ["ctrl+shift+z"],
  "edit.undo": ["ctrl+_", "ctrl+shift+-"],
  "edit.yank": ["ctrl+y"],
  "navigation.down": ["down"],
  "navigation.go_to_bottom": ["ctrl+end"],
  "navigation.go_to_top": ["ctrl+home"],
  "navigation.left": ["left"],
  "navigation.page_down": ["pgdown", "shift+down"],
  "navigation.page_up": ["pgup", "shift+up"],
  "navigation.right": ["right"],
  "navigation.tab": ["tab"],
  "navigation.up": ["up"],
  "prompt.insert_newline": ["alt+enter", "ctrl+j", "shift+enter"],
  "subagent.approve_fast": ["ctrl+k"],
  "subagent.jump_to_waiting": ["alt+j"],
  "view.review_artifact": ["ctrl+r"],
  "view.toggle_trajectory": ["ctrl+o"]
}
