Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Codidact Meta!

Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Comments on A proposal for keyboard shortcuts

Post

A proposal for keyboard shortcuts

+4
−0

(This may not be the simplest feature request. It's also not extremely high priority. It's a nice-to-have, not imperative, and may not be possible at the moment - which is fine.)


Everyone loves keyboard shortcuts. Programmers are known to love using their keyboards to whiz around without touching the mouse, and even other people often prefer the ease of using the keyboard and not having to change input methods all the time. It's also a type of accessibility feature (disclaimer: I wrote that).

In that vein, I'd love to see keyboard shortcuts arrive here on Codidact in some form. I've lined out a few commands that I'd think would be useful and are in line with my experience using keyboard shortcuts elsewhere on the 'net (Twitter, Stack, etc.).


?: brings up available shortcuts
n: new post (in that category)
s: search
g: go to...
  m: main page (of that site)
  u: users
  f: flags
  h: help
  p: your profile
  c: category...
    1: first category (generally Q&A)
    2: second category (Site Proposals, here); etc. for however many categories there are
j: moves selection down one item (such as posts on a category page or answers to a question)
k: moves selection up one item
t: use a tool... (on a post)
  f: flag
  e: edit
  c: comment
  l: get permalink
  h: view history
  m: migrate post
  d: delete
  v: vote...
    u: up
    d: down
    c: close

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

General comments (4 comments)
General comments
ArtOfCode‭ wrote almost 4 years ago

Can't have d twice under "vote"... other than that, looks good. Not trivial to implement, though...

Mithical‭ wrote almost 4 years ago

@ArtOfCode - ah yes. I moved "delete" out into its own tool. (I had originally had both close and delete separate from vote, but then moved close in so as not to interfere with comment. I then put delete in for consistency, but overlooked the duplicate "d".)

luap42‭ wrote almost 4 years ago · edited almost 4 years ago

Not trivial, as Art said, but definitely someone, we can have a userscript for first and then later add to core. I can look at it later/tomorrow, though.

luap42‭ wrote almost 4 years ago

Okay... Easier than I thought. I have something almost ready (missing: migrate post, but idk if that already exists) and will share it tomorrow.