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: hash:
account: r2gui account: r2gui
disqus: false
description: >- description: >-
Cutter is a Qt and C++ graphical user interface for the reverse Cutter is a Qt and C++ graphical user interface for the reverse
engineering framework radare2. engineering framework radare2.

View File

@ -4,6 +4,7 @@ This page regroups the common shortcuts available in Cutter.
# Global shortcuts # Global shortcuts
{:.table}
| Shortcut | Function | | Shortcut | Function |
| ---------- | ------------------- | | ---------- | ------------------- |
| . | Focus console input | | . | Focus console input |
@ -12,6 +13,7 @@ This page regroups the common shortcuts available in Cutter.
# Disassembly view shortcuts # Disassembly view shortcuts
{:.table}
| Shortcut | Function | | Shortcut | Function |
| ---------- | -------------------------------- | | ---------- | -------------------------------- |
| Esc | Seek to previous position | | Esc | Seek to previous position |
@ -24,6 +26,7 @@ This page regroups the common shortcuts available in Cutter.
# Graph view shortcuts # Graph view shortcuts
{:.table}
| Shortcut | Function | | Shortcut | Function |
| ------------------- | -------------------------- | | ------------------- | -------------------------- |
| Esc | Seek to previous position | | Esc | Seek to previous position |
@ -39,6 +42,7 @@ This page regroups the common shortcuts available in Cutter.
# Debug shortcuts # Debug shortcuts
{:.table}
| Shortcut | Function | | Shortcut | Function |
| --------------- | -------------- | | --------------- | -------------- |
| F9 | Start debug | | F9 | Start debug |