Skip to content

Commit

Permalink
Key error: DIK_LEFTBRACKET skai2#60
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanswelt committed Jan 28, 2025
1 parent e2cb3d2 commit 6432724
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev_autopilot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,9 @@
" 'Key_LeftAlt':'LAlt',\n",
" 'Key_RightAlt':'RAlt',\n",
" 'Key_LeftControl':'LControl',\n",
" 'Key_RightControl':'RControl'\n",
" 'Key_RightControl':'RControl',\n",
" 'Key_LeftBracket':'LBracket',\n",
" 'Key_RightBracket':'RBracket'\n",
" }\n",
" \n",
" latest_bindings = get_latest_keybinds()\n",
Expand Down

0 comments on commit 6432724

Please sign in to comment.