Code52 / carnac

A utility to give some insight into how you use your keyboard
http://carnackeys.com/
Microsoft Public License
4.13k stars 505 forks source link

Keymap yml for Kdenlive #300

Closed candideu closed 2 years ago

candideu commented 2 years ago

Hello,

I created a keymap for the Kdenlive video editor here, in case anyone needs it: https://github.com/candideu/kdenlive-keymap/blob/main/kdenlive.yml

I didn't see the keymaps in the source code, so I wasn't sure how to create a merge request.

computamike commented 2 years ago

hi @candideu - I'm not involved in the project - just a regular user like you - but here's how I think that the pull request would work.

If you click the fork button.. image ]

You can then create your own fork of carnac.

Then you can add this file into your fork at the correct location, and from there create a pull request.

I've found other keymaps in the carnac logic folder carnac/src/Carnac.Logic/Keymaps/ folder : image

From what I can see you'd also have to include them in the csproj file - but these seem to be just to copy it to the output folder. image

candideu commented 2 years ago

@computamike Thank you! This is exactly what I was looking for!