Thank you, Jon.
I could change Factor from gtk backend to x11 backend.

--
KUSUMOTO Norio



> 2019/04/08 17:57、Jon Harper <jon.harpe...@gmail.com>のメール:
> 
> Here are a little bit more detailed instructions to use the x11 backend in 
> case you need them :)
> Start factor in command line mode:
> $ ./factor -run=listener
> 
> Then run the command Doug gave
> 
> scratchpad: USE: ui.backend.x11
> 
> Optionnaly, to make the change persist across restarts, save the image:
> 
> scratchpad: save
> 
> (If you saved and want to go back to gtk then do the same but USE: 
> ui.backend.gtk)
> 
> If you saved at this point you can just relaunch factor. If not, launch the 
> graphical listener:
> 
> [ "ui.tools" run ] with-ui
> 
> Cheers,
> Jon
> 
> Le lun. 8 avr. 2019 à 03:02, KUSUMOTO Norio <kusum...@na.rim.or.jp> a écrit :
> Thank you for your attention, Doug.
> 
> I don't care that my code is not used as it is.
> Also, I am prepared to explain why I wrote the code that way.
> 
> --
> KUSUMOTO Norio
> 
> 
> 
> 
> 
> > 2019/04/08 8:21、Doug Coleman <doug.cole...@gmail.com> のメール:
> > 
> > Hi,
> > 
> > I think you can still use the x11 backend on any unix system.
> > 
> > Try ``USE: ui.backend.x11``
> > 
> > Relevant line:
> > basis\ui\backend\x11\x11.factor:x11-ui-backend ui-backend set-global
> > 
> > I'm taking a look at the Windows key changes.
> > 
> > Cheers,
> > Doug
> > 
> > On Sun, Apr 7, 2019 at 4:57 PM Alexander Ilin <ajs...@yandex.ru> wrote:
> > I'm very interested in these fixes (especially for the Windows platform, 
> > but uniformity with other platforms is important, too), but I had no time 
> > to check out the fixes over this weekend.
> > Maybe next weekend.
> > 
> > 07.04.2019, 14:02, "KUSUMOTO Norio" <kusum...@na.rim.or.jp>:
> > > Hello, all.
> > >
> > > I wrote the cord which fixed key-down/up event issues on gtk backend 
> > > Factor. It improves:
> > > - events about numeric keys on the keypad with shift,
> > > - the influence by the state of caps-lock,
> > > - unnecessary event generation with an individual press of shift, control 
> > > or alt keys
> > > - illegal "\0" event generation
> > > on key-down/up events.
> > >
> > > I'm glad if you give an evaluation test about it.
> > >
> > > https://github.com/kusumotonorio/factor/blob/gtk-key-down-up/basis/ui/backend/gtk/gtk.factor
> > > https://github.com/kusumotonorio/factor/blob/gtk-key-down-up/basis/ui/backend/x11/keys/keys.factor
> > >
> > > Comparing changes:
> > > https://github.com/factor/factor/compare/master...kusumotonorio:gtk-key-down-up
> > >
> > > By the way, is it possibele I use x11 backend Factor on Ubuntu ?
> > > I would like to see and use it.
> > >
> > > --
> > > KUSUMOTO Norio
> > >
> > > _______________________________________________
> > > Factor-talk mailing list
> > > Factor-talk@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/factor-talk
> > 
> > ---=====--- 
> >  Александр
> > 
> > 
> > 
> > _______________________________________________
> > Factor-talk mailing list
> > Factor-talk@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/factor-talk
> > _______________________________________________
> > Factor-talk mailing list
> > Factor-talk@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/factor-talk
> 
> 
> 
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk



_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to