umap icon indicating copy to clipboard operation
umap copied to clipboard

List keyboard shortcuts somewhere

Open brunetton opened this issue 2 years ago • 5 comments

Two days ago I worked on a project where I had to create around 120 markers, manually. I searched (no very long, I've to admit) for a mention to shortkeys in Wiki pages, but I didn't found anything. Neither Google. My mouse started to hate me and threatened to bite me :s

Anyway today I came across Ctrl+L totally by chance trying to edit URL and I realized that it's actually a shortcut for creating a line (that makes sense :bulb:). So I "discovered" Ctrl-P too. I really would have loved to see those ones in the doc somewhere !

I would like to edit Wiki and add this information. So I'm trying to list all existing shortcuts. I grepped the code and found interesting things in umap/static/umap/js/umap.js:

  • Ctrl+E
  • Ctrl+M
  • Ctrl+P
  • Ctrl+L

Is there any other shortcuts ?

Linked to this I imagine the shortcuts are supposed to be displayed in tooltips, but this isn't the case for me:

image

brunetton avatar Nov 27 '23 18:11 brunetton