Skip to content

Commit

Permalink
Fix missing 64th keybinds
Browse files Browse the repository at this point in the history
  • Loading branch information
tillvit committed Oct 14, 2024
1 parent 915e1bb commit 57b5f30
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/src/data/MenubarData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,10 @@ export const MENUBAR_DATA: { [key: string]: MenuMain } = {
type: "selection",
id: "shiftUp48th",
},
{
type: "selection",
id: "shiftUp64th",
},
{
type: "selection",
id: "shiftUp96th",
Expand Down Expand Up @@ -503,6 +507,10 @@ export const MENUBAR_DATA: { [key: string]: MenuMain } = {
type: "selection",
id: "shiftDown48th",
},
{
type: "selection",
id: "shiftDown64th",
},
{
type: "selection",
id: "shiftDown96th",
Expand Down Expand Up @@ -547,6 +555,10 @@ export const MENUBAR_DATA: { [key: string]: MenuMain } = {
type: "selection",
id: "quantize48th",
},
{
type: "selection",
id: "quantize64th",
},
{
type: "selection",
id: "quantize96th",
Expand Down
1 change: 1 addition & 0 deletions app/src/gui/window/KeybindWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const KEYBIND_INSERTS: Record<string, KeybindInserts[]> = {
"quant24",
"quant32",
"quant48",
"quant64",
"quant96",
"quant192",
],
Expand Down

0 comments on commit 57b5f30

Please sign in to comment.