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

Is it possible to configure the key bindings? #159

Open
Figuera opened this issue Oct 26, 2020 · 1 comment
Open

Is it possible to configure the key bindings? #159

Figuera opened this issue Oct 26, 2020 · 1 comment

Comments

@Figuera
Copy link

Figuera commented Oct 26, 2020

From what I searched the answer is no.

But I still need it, I use a custom keyboard and needs to remap hjkl to the correct keys. Is it possible to edit the code maybe and change the keys to the correct ones? It shouldn't be a great change. Searching the code I found where the display text is defined but not where the action is mapped. Help?

@tuh8888
Copy link

tuh8888 commented Jul 6, 2021

Here's a solution which worked for me. I wanted to use custom keybindings too. I figured out that they were using blessed to display the process list. Unfortunately, blessed also has hard-coded keybindings for their vi mode. You can see the changes necessary to use your preferred keys in these commits in my forks of blessed and vtop.

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

No branches or pull requests

2 participants