Fixed documentation tables (#742)

This commit is contained in:
xarkes 2018-09-30 23:40:20 +02:00 committed by GitHub
parent 9b39643fd0
commit f475daedff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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 |