this post was submitted on 06 Sep 2026
18 points (95.0% liked)

Accessibility

1586 readers
4 users here now

!a11y@programming.dev is a community for discussing digital accessibility, sharing techniques and best practices, and talking about accessibility experiences; both good and bad.

Lemmy

Guidelines

What is Digital Accessibility?

Digital accessibility is the practice of removing barriers that prevent interaction with, or access to, digital systems by people with disabilities. This involves designing and developing websites, mobile applications, software, hardware, and other digital platforms in a way that they can be used by individuals with a range of abilities, including those with visual, auditory, physical, speech, cognitive, and neurological disabilities.

Digital accessibility not only benefits those with disabilities but also enhances the overall user experience, making digital content more usable and understandable for all. In many jurisdictions, it's a legal requirement under disability discrimination laws.

How does one improve digital accessibility in their products?

Key components of digital accessibility include accessible website design, multimedia with features like captions or transcripts, properly formatted digital documents, and accessible software and apps. It also extends to hardware design.

Other Accessibility Related communities:

Useful Resources

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] schmorpel@slrpnk.net 7 points 2 weeks ago (2 children)

When my nerves started acting up because my job forces me to use the same key combination a lot I built myself a 'mouse board'. I slaughtered a cheap computer mouse, transferred the buttons to a footrest made of plywood, reassigned some keys with X-mouse and could now survive hours of doing mouse clicks and 'Ctrl + C' by doing them with my feet!

While the commercial model has stupidly heavy foot pedals my version works on a toe tap. It's almost like dancing.

[โ€“] unglueclass23@programming.dev 4 points 2 weeks ago* (last edited 2 weeks ago)

For me it's always my left arm's fingers that get tired first, especially the pinky and the ones close to it.

I have now resorted to using the right shift and rebinded my right alt to act as the control key on top of using it as a special modifier key for certain actions.

While holding Right-Alt:

h j k l = arrows,

w b = word-jump (Ctrl-arrow),

0 4 = Home / End,

u d = PgUp / PgDn,

; =  esc

x =  Delete

Shift-x = Ctrl-Delete,

Backspace = Ctrl-Backspace,

Enter = left-click.

All the other keys act as if I click Ctrl. Like RAlt +y = Ctrl + y...

There's also one more key near the Right-Alt that I don't know what it's called, but I rebinded it to be Ctrl + Shift. All of my terminals navigation commands are Ctrl + Shift.

In neovim I even binded Space +w to click Ctrl +w cuz Right-Alt + w is word jump. And I use window navigation really often.

I also have caps-lock binded to esc but don't use it that much. 3 ways to press esc for me (4 in neovim cuz I have jj = esc). ๐Ÿ˜…

This has helped me tremendously.

[โ€“] somegeek@programming.dev 2 points 2 weeks ago (1 children)

That is so cool.

If you could share an image it would be awesome

[โ€“] schmorpel@slrpnk.net 4 points 2 weeks ago (1 children)

Made a post about it, because it has been such a good gadget for me. Sorry the rotten photos, cellphone camera is kicking the bucket

[โ€“] somegeek@programming.dev 3 points 2 weeks ago

Haha that is so sick. Thanks.