Skip to content

Commit

Permalink
Remove hotkey for command history retrival in dg
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoyun committed Apr 13, 2024
1 parent d4349ee commit cbee596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ For all use cases below, the **System** is TAPro and the **Actor** is the user,

1. User focuses on the command box.

2. User presses the retrieve previous command hotkey (e.g. up arrow key).
2. User presses the retrieve previous command hotkey.

3. TAPro displays the successful command input in the command box.
Use case ends.
Expand All @@ -681,7 +681,7 @@ For all use cases below, the **System** is TAPro and the **Actor** is the user,

1. User focuses on the command box.

2. User presses the retrieve next command hotkey (e.g. down arrow key).
2. User presses the retrieve next command hotkey.

3. TAPro displays a more recent successful command input in the command box.
Use case ends.
Expand Down

0 comments on commit cbee596

Please sign in to comment.