mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
Fixed documentation tables (#742)
This commit is contained in:
parent
9b39643fd0
commit
f475daedff
@ -40,6 +40,8 @@ social:
|
||||
hash:
|
||||
account: r2gui
|
||||
|
||||
disqus: false
|
||||
|
||||
description: >-
|
||||
Cutter is a Qt and C++ graphical user interface for the reverse
|
||||
engineering framework radare2.
|
||||
|
@ -4,6 +4,7 @@ This page regroups the common shortcuts available in Cutter.
|
||||
|
||||
# Global shortcuts
|
||||
|
||||
{:.table}
|
||||
| Shortcut | Function |
|
||||
| ---------- | ------------------- |
|
||||
| . | Focus console input |
|
||||
@ -12,6 +13,7 @@ This page regroups the common shortcuts available in Cutter.
|
||||
|
||||
# Disassembly view shortcuts
|
||||
|
||||
{:.table}
|
||||
| Shortcut | Function |
|
||||
| ---------- | -------------------------------- |
|
||||
| Esc | Seek to previous position |
|
||||
@ -24,6 +26,7 @@ This page regroups the common shortcuts available in Cutter.
|
||||
|
||||
# Graph view shortcuts
|
||||
|
||||
{:.table}
|
||||
| Shortcut | Function |
|
||||
| ------------------- | -------------------------- |
|
||||
| Esc | Seek to previous position |
|
||||
@ -39,6 +42,7 @@ This page regroups the common shortcuts available in Cutter.
|
||||
|
||||
# Debug shortcuts
|
||||
|
||||
{:.table}
|
||||
| Shortcut | Function |
|
||||
| --------------- | -------------- |
|
||||
| F9 | Start debug |
|
||||
|
Loading…
Reference in New Issue
Block a user