Van Laser

Results 37 comments of Van Laser

Wouldn't it be possible to make it truly generic, by monitoring what is "a single change" (that can be undone in one step) and highlight that? I.e. without the need...

> Probably it can be done with emacs' after-change-functions / before-change-functions. Suggestions, proof-of-concepts and PRs are welcome. Ok, here's a small proof-of-concept: :) ```emacs-lisp ;; ------------------------------------------------------------------ ;; * note, this...

I tested with this code, which works. Emacs 26.1: ```elisp (defcustom evil-test-key "g~" "Key for a test text object." :type 'string) (setq evil-test-key "g~") (define-key evil-normal-state-map (kbd evil-test-key) 'evil-operator-eval) ```

Indeed, for now I use this incantation, but it's inelegant so hopefully temporary (there's a pull already, since it's a simple change hopefully it gets merged soon): ```emacs-lisp (cl-letf (((symbol-function...

Thanks for answering :) I'm afraid I'm not much of a "hardware" guy; the best I could do was to restore an old [IBM Model F Bigfoot](https://deskthority.net/workshop-f7/ibm-model-f-bigfoot-with-arduino-micro-t9418.html), or to solder...

This is seriously cool :) I'm waiting for the "2nd method" Makefiles update (I assume that the code can check if the firmware is the right one and bail out...

Same model no. here: SGK-5000-GKCT1-US, with serial number a little higher than yours (SGK-5000-GKCT1-US1150500086). Pity about the (missing) magic keys! :) Snippet from `lsusb -v`: ``` Bus 001 Device 003:...

So, to describe my steps. First I figured out how to shorten those PUR & VCC pins (used a very thin, but not flimsy, wire). Done. Next, cloned this repo...

First of all, let me thank you again for your work (I'm talking not only about this repo, but also your 'hacking' / disassembly work) ! At one point in...

Ah yes, the keyset-buying temptation can be quite like a "vertigo"! Of course, you could "constrain" yourself to visit only the "Workshop" sub-forum @ Deskthority :) Would be nice to...