Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT]: Supports mode or layout #24

Open
Pagliacii opened this issue Jul 9, 2023 · 1 comment
Open

[FEAT]: Supports mode or layout #24

Pagliacii opened this issue Jul 9, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Pagliacii
Copy link

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 Pagliacii added the enhancement New feature or request label Jul 9, 2023
@kkum
Copy link

kkum commented Aug 27, 2024

Similar as suggested here:
#12 (comment)

# 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants