Skip to content

Commit

Permalink
add: add shorcuts help in greetings tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Le Saux committed May 31, 2024
1 parent 0434bdc commit 09fbe10
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ui/martine-ui/greetings.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,19 @@ func (m *MartineUI) newGreedings() *fyne.Container {
"\nto follow me on my old website [sidhome](https://koaks.amstrad.free.fr/amstrad/)\n"+
"\nto chat with us got to our [Impact forum](https://amstradplus.forumforever.com/index.php) or\n"+
"\n[discord chat](https://discord.com/channels/453480213032992768/454619697485447169)\n"),
widget.NewRichTextFromMarkdown("# Shorcuts: #\n"+
"\n## In editor : ## \n"+
"\nArrow UP : move up the cursor by one pixel\n"+
"\nArrow DOWN : move down the cursor by one pixel\n"+
"\nArrow LEFT : move left the cursor by one pixel\n"+
"\nArrow RIGHT : move right the cursor by one pixel\n"+
"\nA or Q key : move up the cursor by 10 pixel\n"+
"\nW key : move down the cursor by 10 pixel\n"+
"\nO key : move left the cursor by 10 pixel\n"+
"\nP key : move right the cursor by 10 pixel\n"+
"\nM key : change the magnify\n"+
"\nESCAPE key : undo the last color change from palette\n"+
"\nSPACE key : set the current pixel with the selected palette color \n"),
layout.NewSpacer(),
container.New(
layout.NewHBoxLayout(),
Expand Down

0 comments on commit 09fbe10

Please sign in to comment.