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

A way to use bépo layout ? #346

Closed
bepolymathe opened this issue Mar 13, 2018 · 4 comments · Fixed by #980
Closed

A way to use bépo layout ? #346

bepolymathe opened this issue Mar 13, 2018 · 4 comments · Fixed by #980

Comments

@bepolymathe
Copy link

Hi,

I use bépo keyboard with this Vim "adaptation" --» http://bepo.fr/wiki/Vim
Is there is a way to do the same this with tridactyl.
Thanks for your works !

@bovine3dom
Copy link
Member

Ouais, if you are willing to put some work in; everything in normal mode can be rebound with bind [key] [command].

The easiest way would be to look at the keys ("nmaps") in https://github.com/cmcaine/tridactyl/blob/master/src/config.ts, so you can see the commands used.

For example, "j": "scrollline 10", tells me that I should do bind t scrollline 10.

We don't have any easy way to share or import configurations yet, but once that is done, we could make a wiki or have some default layouts built in, and your bépo configuration would be most welcome.

@bepolymathe
Copy link
Author

Oui... Thank you for the answer.
I actually asked myself the question simply for the up/down in the page. Like this :

"c" (left)
"t" (down)
"s" (up)
"r" (right)

the problem is that the impacted keys are a major use... but you're right, a complete remapping would be more useful...
I'm going to try to find the time for a proposed amendment... I'm also going to share the idea on the francophone "bépo" list...
I'll let you know.

@bovine3dom
Copy link
Member

@bepolymathe we now support rc files, see help source, or the example tridactylrc in the root of this repository.

Unfortunately, we don't support converting your current settings to an rc file yet - that would be somewhat more work - so you'll have to do it manually.

@bovine3dom
Copy link
Member

bovine3dom commented May 30, 2019

@bepolymathe have you seen keymap? I've just added a wiki page and it would be cool if you could add a section on the bepo layout :)

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

Successfully merging a pull request may close this issue.

2 participants