Browse Source

Removed redundant keybinding

Keybinding for compile_and_run was defined twice
merge-requests/365/head
Henrik Width 10 years ago
parent
commit
3ba9ba5126
  1. 1
      src/files.h

1
src/files.h

@ -95,7 +95,6 @@ const std::string configjson =
" \"project_set_run_arguments\": \"\",\n" " \"project_set_run_arguments\": \"\",\n"
" \"compile_and_run\": \"<primary>Return\",\n" " \"compile_and_run\": \"<primary>Return\",\n"
" \"compile\": \"<primary><shift>Return\",\n" " \"compile\": \"<primary><shift>Return\",\n"
" \"compile_and_run\": \"<primary>Return\",\n"
" \"run_command\": \"<alt>Return\",\n" " \"run_command\": \"<alt>Return\",\n"
" \"kill_last_running\": \"<primary>Escape\",\n" " \"kill_last_running\": \"<primary>Escape\",\n"
" \"force_kill_last_running\": \"<primary><shift>Escape\",\n" " \"force_kill_last_running\": \"<primary><shift>Escape\",\n"

Loading…
Cancel
Save