mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-23 22:36:27 +00:00
Add backspace as an alias for q in Vb
This commit is contained in:
parent
7c2d84594c
commit
e7fe4d5916
@ -1645,6 +1645,7 @@ R_API void r_core_visual_browse(RCore *core) {
|
||||
case '_':
|
||||
r_core_visual_hudstuff (core);
|
||||
break;
|
||||
case 127: // backspace
|
||||
case 'q':
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user