matpow2 / voxie

Open-source voxel editor and toolchain
MIT License
123 stars 19 forks source link

Allow keybinding configuration #4

Open josefnpat opened 9 years ago

josefnpat commented 9 years ago

Hey, really nice tool you have here.

I run openbox w/ arch linux, and the Alt modifier is reserved for resizing and moving windows for me, so voxie never gets that input.

For anyone who encounters this same issue, I made a patch here that remaps it to the Meta modifier key.

https://gist.github.com/josefnpat/25c12b9391533fcab0fd

What would be awesome is some way to configure the keybindings!

Thanks, and have a nice day!

matpow2 commented 9 years ago

Right, I didn't consider that at all!

I would happily accept a pull request for a keybinding config system, but it's not something I have time for right now, sorry :(

josefnpat commented 9 years ago

I totally understand :)

I would supply a pull request, but I do not really know enough Qt to do it justice.

Thanks for responding!