rizinorg / cutter

Free and Open Source Reverse Engineering Platform powered by rizin
https://cutter.re
GNU General Public License v3.0
15.9k stars 1.15k forks source link

Hotkeys are not disabled when cursor is in text field #3391

Closed Rot127 closed 2 days ago

Rot127 commented 2 days ago

Environment information

Describe the bug

If the cursor is in a text field (e.g. in the Console to type Rizin commands) the hotkeys are not disabled. This means letters like s or g can not be typed. Because pressing them performs the hotkey action (for s: select the symbol search).

To Reproduce

  1. Start Cutter
  2. Click into the symbol search (Type flag name or address here)
  3. Type letter s
  4. Letter is not written

Expected behavior

hotkeys can be typed in text fields.

Screenshots

Additional context

karliss commented 2 days ago

Duplicate of #3388

Only affects the QT5 appimage build. Works fine in the qt6 appimage build.