How to prevent Dyalog 17.1 to change keyboard layout

Using Dyalog under 'nixes
Post Reply
alexeyv
Posts: 56
Joined: Tue Nov 17, 2015 4:18 pm

How to prevent Dyalog 17.1 to change keyboard layout

Post by alexeyv »

Dyalog 17.1 for Linux every time changes the layout at the startup(adding APL characters). It doesn't work very well all the time and messes the other layouts selected and their input mode.

Is there an option to disable the layout setup on a startup of the Dyalog for Linux? I would like to configure the way how I switch layouts and how enter characters by myself.

P.S. For example I don't want APL characters system wide and happy to enter them in RIDE only with RIDE's backtick prefix.
Vince|Dyalog
Posts: 439
Joined: Wed Oct 01, 2008 9:39 am

Re: How to prevent Dyalog 17.1 to change keyboard layout

Post by Vince|Dyalog »

Hi alexeyv,

How do you start Dyalog?

Have you tried the following, and does it help?

dyalog -nokbd

Regards,

Vince
alexeyv
Posts: 56
Joined: Tue Nov 17, 2015 4:18 pm

Re: How to prevent Dyalog 17.1 to change keyboard layout

Post by alexeyv »

Sorry for late response.
-nokbd option helped me.
Post Reply