Valery Semenchuk
Valery Semenchuk
Strange thing. Arrows must be controlled focus (blue border). And Enter will press focused button. At initial show of dialog, default button focused by default
On Windows. On other OSes, can be different logic (if understand correct)
> Ok cool. I'll add in that behavior :) It must exists already. Focus at ubuntu not controlled? I will test at weekends
I think you updated Consulo. This week contains massive merge from IDEA, looks like i broke something. Will check Thanks, sorry
Hi. I returned old hack back for keyboard layouts. You can wait for it in release channel, or migrate to **nightly**. But need wait until all jobs done at Jenkins...
any news?
Can you add into those line >> -Dcom.jetbrains.use.old.keyevent.processing=true in Consulo.app/Contents/consulo.vmoptions
Good. Thanks, i will think about better fix
Hello. Hm. Looks like I missed **s**. Maybe need unify it to "Consulo" it's used on win/mac. Thanks
Hello. It tested on my ubuntu - and what i found. It's problem of sh script Script https://github.com/consulo/consulo/blob/master/distribution/boot/linux/consulo.sh#L16 "$@" sending arguments as is. Java application use spaces as separator of...