5 ms·
The "leap" description makes me think of emacs' avy https://github.com/abo-abo/avy https://github.com/abo-abo/avy The interface should not be too hard to reimp
by linschn 2y ago
The "leap" description makes me think of emacs' avy https://github.com/abo-abo/avy https://github.com/abo-abo/avy
The interface should not be too hard to reimplement as an emacs mode.
One more project on the "someday" list...
- tetris11 2y agoI interpreted it more as the default reverse string search (C-r "substring")
- fzzzy 2y agoSure, but i think the innovation was the dedicated leap keys. You hold the key, type to incrementally search, and let go to leap. One key for forward and one for back. Also, leaping was through eveything in the whole os, not just the application.
- compressedgas 2y agohttps://www.emacswiki.org/emacs/QuasimodeSearch https://www.emacswiki.org/emacs/QuasimodeSearch
- shrubble 2y agoSince almost everyone uses USB keyboards, I am surprised that a small addon board with just 2 keycaps that can be placed near the spacebar, hasn't already been made. Could do it with a Teensy or anything else that exposes HID, I think.
- avhon1 2y agoLots of 2-key keyboards exist, and are even for sale inexpensively. https://duckduckgo.com/?q=2+button+keyboard&t=ftsa&iar=images https://duckduckgo.com/?q=2+button+keyboard&t=ftsa&iar=image... Not very convenient for having both buttons near your thumbs, though. I've been trying out the related SwyftCard for Apple //e on the izapple2 emulator. https://github.com/ivanizag/izapple2 https://github.com/ivanizag/izapple2 ./a2sdl -model swyft It actually works really well; it uses the left and right alt keys as the open and solid Apple keys, which the SwyftCard uses as forward and backward leaping. It's quite easy and comfortable to use!
- lelanthran 2y ago> Since almost everyone uses USB keyboards, I am surprised that a small addon board with just 2 keycaps that can be placed near the spacebar, hasn't already been made. Could do it with a Teensy or anything else that exposes HID, I think. I've seen something (on HN in the past, maybe?) similar - someone developed pedals (maybe for Vim?)