this post was submitted on 28 Oct 2023
1 points (100.0% liked)

Emacs

305 readers
1 users here now

A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!

Get Emacs

Rules

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS
 

Probably better for r/showerthoughts - but is anyone using emacs without a keyboard?

I assume the core audience of emacs is devs and sysadmins (and perhaps academics with org and org roam)

But surely somebody somewhere is doing those jobs / using assistive tech (dragon etc?) to interface with emacs?

top 12 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 10 months ago

Is there something specific that people may use emacs in that situation?

I imagine it is as easy to interface with as any other piece of software that people need to use assisted. If your question is could it be better than other pieces of software I suppose it could be made to be so.

[–] [email protected] 1 points 10 months ago (1 children)

Emacs has been ahead of the curve on that one for a long time with emacsspeak

[–] [email protected] 1 points 10 months ago

That was my first thought, but isn't this text-to-speech? That would be emacs without screen, not emacs without keyboard.

[–] [email protected] 1 points 10 months ago

I think remember a post on hacker news (not that I could find it again), about a dev who was losing his sight and managed to configure emacs for his needs because it's the most flexible editor.

Quick googling turns up emacspeak and speechd-el

https://emacspeak.sourceforge.net/

https://github.com/brailcom/speechd-el

[–] [email protected] 1 points 10 months ago (2 children)

For a long while, when RMS had severe tendonitis in his hands and wrists, he had a succession of volunteers who typed for him, and he would literally say things to them like “C-f C-f C-k C-p C-a C-y” for hours on end while he worked. They were human voice recognition systems.

[–] [email protected] 1 points 10 months ago

Ahh, so his tendonitis treatment was to transfer his tendonitis to unsuspecting fans? I always suspected Emacs was some sort of witchcraft.

[–] [email protected] 1 points 10 months ago

Does he describe this on his site anywhere?

[–] [email protected] 1 points 10 months ago

I use AudioPen which is a speech to text app. I then copy and paste to Emacs. Obviously, there is some keyboard activity, but not as much as when I have typed everything.

[–] [email protected] 1 points 10 months ago

I kind of do. I use exwm and guix on my Steam Deck, so I mapped the controls to execute certain key sequences, so that I can launch games, mount & unmount sdcards, switch back and forth from fullscreen, change fsr quality, etc. But I don't use emacs in a standard way in this case, so I'm effectively not using emacs for doing anything text related.

[–] [email protected] 1 points 10 months ago (2 children)

I think it'd be really cool to implement a swipe-based touch interface onto Emacs. The recent Android port has potential as they're fixing up touchscreen support. The real question is, how do you make such a thing intuitive and ergonomic?

[–] [email protected] 1 points 10 months ago

M-x strokes-help

[–] [email protected] 1 points 10 months ago

Can you link to info about enhanced touchscreen support?