Page 1 of 1

Preview pane

PostPosted:Fri Jan 29, 2021 2:26 pm
by sscala
Hi,

I am fairly new to OpenKM.

Is there a way to define a keyboard shortcut (or a button in the toolbar) to maximize/minimize the preview pane?

It would be perfectly sufficient to have a keyboard shortcut for the "Splitter Resize" -> "Expand Properties" command in the toolbar.

thanks,
sscala

Re: Preview pane

PostPosted:Sat Jan 30, 2021 8:31 am
by jllort
Should be modified the source code for this improvement. If you have Java skills I can try to explain you what classes are involved on it.

Re: Preview pane

PostPosted:Tue Feb 02, 2021 6:01 pm
by sscala
My java-skills are moderate at best, but I'd like to give it a try!

I'd appreciate if you could point me in the right direction!

Re: Preview pane

PostPosted:Sat Feb 06, 2021 12:23 pm
by jllort
Fisrt download the openkm personal development environment and let us if you success on getting it working. You can download from here https://www.openkm.com/en/download.html ( I suggest watch the video about how to run it )

Re: Preview pane

PostPosted:Mon Feb 08, 2021 12:12 pm
by sscala
ok, I'm done installing the development environment.

Re: Preview pane

PostPosted:Thu Feb 11, 2021 7:54 am
by jllort
The code was moved from sourceforge to github. For old code version you should use https://sourceforge.net/p/openkm/code/HEAD/tree/tags/

Re: Preview pane

PostPosted:Mon Feb 22, 2021 8:31 am
by sscala
hi,

I can compile the code just fine.Version 6.3.11 is running in the development VM.

Could you give me a hint where to start when I wand to add a keyboard shortcut for preview?

thanks!

Re: Preview pane

PostPosted:Fri Feb 26, 2021 8:34 am
by jllort
Try to explain the kind of feature seems you want to implement, maybe a screenshot with some description will help us for better understanding.