about summary refs log tree commit diff stats
path: root/shell/trace.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-04-25 21:02:06 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-25 21:03:05 -0700
commitcbebd548ca002c9c0899731898206e8afa157e59 (patch)
tree75c692a449522e518b4e19d5d8b01130f291f60f /shell/trace.mu
parent1323a6bb3a94be9ce42de90f3d38d8a4acb7dc7f (diff)
downloadmu-cbebd548ca002c9c0899731898206e8afa157e59.tar.gz
shell: use ctrl-m rather than tab to bounce to trace
We'll save tab for inserting graphemes.
Diffstat (limited to 'shell/trace.mu')
-rw-r--r--shell/trace.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/trace.mu b/shell/trace.mu
index 51c7feb6..24a87bba 100644
--- a/shell/trace.mu
+++ b/shell/trace.mu
@@ -689,7 +689,7 @@ fn render-trace-menu screen: (addr screen) {
   draw-text-rightward-from-cursor screen, " run main  ", width, 7/fg, 0/bg
   draw-text-rightward-from-cursor screen, " ctrl-s ", width, 0/fg, 7/bg=grey
   draw-text-rightward-from-cursor screen, " run sandbox  ", width, 7/fg, 0/bg
-  draw-text-rightward-from-cursor screen, " tab ", width, 0/fg, 0x18/bg=keyboard
+  draw-text-rightward-from-cursor screen, " ctrl-m ", width, 0/fg, 0x18/bg=keyboard
   draw-text-rightward-from-cursor screen, " to keyboard  ", width, 7/fg, 0/bg
   draw-text-rightward-from-cursor screen, " j ", width, 0/fg, 7/bg=grey
   draw-text-rightward-from-cursor screen, " down  ", width, 7/fg, 0/bg