buttleofx / ButtleOFX

ButtleOFX is an open source compositing software.
http://buttleofx.wordpress.com
91 stars 22 forks source link

Added hotkey for the file browser to enter the selected folder #112

Closed JamesWrigley closed 10 years ago

JamesWrigley commented 10 years ago

Hi there, This patch lets the user enter the selected folder when they press the enter key. It works like this:

If there are multiple items selected, the browser will enter the last selected item (as long as it is a folder of course). There's also a bit of whitespace cleanup.

C&C is welcome, I'm happy to implement it differently if this is a bit messy or something :)

JamesWrigley commented 10 years ago

Update: fixed a small bug where the browser was trying to create a preview for every file selected.