Results 122 comments of Stefan Huchler

``` opening device: 0 [II] 045e:0659 0004:0003:02 [II] opening [II] Read 10751-byte config data [II] Model name: HP Reverb VR Headset VR1000-2xxx [EE] Found display height 2160 [EE] Found display...

I don't think hyper analyse what I meant brings us very far, the question primary interesting would be the part: ` want to add key bindings to multiple maps` When...

Yes I want that, too. For me this looks like paredit functionality with a unnecessary dependency on evil mode. I happen to use another modal mode xah-fly-keys, but I also...

Wow exwm crashed while writing this comment and trying to reproduce this, but I have to write it again basically what happens is I start with code like that: ```elisp...

Have the same problem, don't get what's wrong, I have write access, the UI finds the files but it doesn't start playing in no sound comes. I am confused how...

@AlvinSchiller thanks this actually fixed it. Sorry for my flamatory tone yesterday, was a bit frustrated.

It does work it's just ugly if you have 20 bindings you want to add to add identically to 3 different key maps. And if I want to change something...

For org-mode maybe that helps somebody: ``` (:map xah-fly-e-keymap ("e" . (lambda () (interactive) (pcase mode-name ("Message" (message-send-and-exit)) (t (if org-src-mode (org-edit-src-exit) (org-edit-special))))))) ``` That's inside of a use-package function...

If I change the xah-fly-command-mode-init to set the transient-map I want depending on mode, it works when I go first in insert mode and back to command mode afterwards, but...