mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-04 02:41:53 +00:00
Fix comment shortcut
This commit is contained in:
parent
0ade622a4f
commit
3af89d5f94
@ -174,7 +174,7 @@ QKeySequence DisassemblyContextMenu::getCopySequence() const
|
||||
|
||||
QKeySequence DisassemblyContextMenu::getCommentSequence() const
|
||||
{
|
||||
return {";"};
|
||||
return {Qt::Key_Semicolon};
|
||||
}
|
||||
|
||||
QKeySequence DisassemblyContextMenu::getAddFlagSequence() const
|
||||
|
Loading…
Reference in New Issue
Block a user