Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/keyboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -986,12 +986,12 @@ BOOL IsSalHotKey(WORD hotKey)
break;
}

case 0xDC: // '\'
case 0xDC: // '\\'
{
switch (mods)
{
case NONE: // quick search/type in command line
case CONTROL: // root dir
case CONTROL: // go to the root directory
found = TRUE;
}
break;
Expand Down
Loading