Re: Prefix Key to only be Super

Brandon Hale <[email protected]> Fri, 27 Nov 2020 08:35:13 -0500
Newsgroups gmane.comp.window-managers.stumpwm.devel
Message-ID <[email protected]>
Thank you Stefan, that was exactly what I was looking for, and I didn't 
see it in my original github search!

Brandon Hale

On 11/27/20 5:29 AM, Stefan Reichör wrote:
> Hi Brandon,
>
> Take a look at:
> https://github.com/stumpwm/stumpwm/issues/810#issuecomment-693706057
>
> However I prefer to use the Menu key and keep Super as modifier:
>
> (set-prefix-key (kbd "Menu"))
>
> Stefan.
>
>> Hello everyone,
>>
>> I just joined! How would one make the Prefix Key for Stumpwm only the Super key (the windows key on keyboards)? I've been looking at how to do that, but making it
>> (set-prefix-key (kbd "Super")) doesn't work, and (set-prefix-key (kbd "S")) makes it the 'S' key.
>>
>> Thanks so much for your help with this!
>> Brandon Hale