mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-07 15:32:13 +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
|
QKeySequence DisassemblyContextMenu::getCommentSequence() const
|
||||||
{
|
{
|
||||||
return {";"};
|
return {Qt::Key_Semicolon};
|
||||||
}
|
}
|
||||||
|
|
||||||
QKeySequence DisassemblyContextMenu::getAddFlagSequence() const
|
QKeySequence DisassemblyContextMenu::getAddFlagSequence() const
|
||||||
|
Loading…
Reference in New Issue
Block a user