hyperbole-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Action key with ivy


From: Mats Lidell
Subject: Re: Action key with ivy
Date: Fri, 03 Feb 2023 19:40:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]