> Garjola Dindi writes: > Thanks for your reply. It helped me understand the rationale. If I > set hkey-init to nil and just bind the keys I need, it works. > > This is my configuration with use-package: > > > ,----[ elisp ] > | (use-package hyperbole > | :ensure t > | :init > | (setq hkey-init nil) > | :hook (hyperbole-init . (lambda () (hkey-set-key (kbd "s-O") > 'hkey-operate) > | (hkey-set-key (kbd "s-<return>") > 'hkey-either)))) > `----
Thanks for sharing. Happy you found a solution. %% Mats