whkd icon indicating copy to clipboard operation
whkd copied to clipboard

[FEAT]: Supports mode or layout

Open Pagliacii opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. Just likes vim mode, you can switch to another to let the keybindings does other things. Or a switch key to active other keybindings layout. Even simply, a leader key with timeout.

Describe the solution you'd like Maybe a switch key to active other layout is a good choice.

Describe alternatives you've considered Vim mode.

Additional context skhd supports to define a customize mode

Pagliacii avatar Jul 09 '23 15:07 Pagliacii

Similar as suggested here: https://github.com/LGUG2Z/whkd/issues/12#issuecomment-2305592091

# resize.whkdrc
.shell cmd

# Resize
alt + l : komorebic resize-axis horizontal increase
alt + h : komorebic resize-axis horizontal decrease
alt + k : komorebic resize-axis vertical increase
alt + j : komorebic resize-axis vertical decrease

# return to default keybindings.
alt + r        : taskkill /f /im whkd.exe && start /b whkd

and

# whkdrc
.shell cmd

alt + r                 : taskkill /f /im whkd.exe && start /b whkd -c %WHKD_CONFIG_HOME%\resize.whkdrc

kkum avatar Aug 27 '24 12:08 kkum

I'm not prepared to take on the additional maintenance burden that would be added with this kind of new complexity.

LGUG2Z avatar Jan 24 '25 22:01 LGUG2Z