Skip to content

Commit

Permalink
Update Utils.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail-yilmaz authored Dec 16, 2024
1 parent 3a61251 commit 4d1ad0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bobcat/Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static const Tuple<dword, const char*> mod_keys[] = {
{ K_CTRL|K_ALT, "K_CTRL_ALT" },
{ K_SHIFT|K_CTRL, "K_SHIFT_CTRL" },
{ K_SHIFT|K_ALT, "K_SHIFT_ALT" },
{ K_SHIFT|K_CTRL|K_ALT, "K_SHIFT_CTRL_ALT" }
{ K_SHIFT|K_CTRL|K_ALT, "K_SHIFT_CTRL_ALT" },
#ifdef PLATFORM_COCOA
{ K_OPTION, "K_OPTION" },
{ K_OPTION|K_SHIFT, "K_SHIFT_OPTION " },
Expand Down Expand Up @@ -361,4 +361,4 @@ String GetDefaultShell()
#endif
}

}
}

0 comments on commit 4d1ad0f

Please sign in to comment.