I am new here on Ubuntu.
I am using 2 language keyboard layout Persian and when I press switch keyboard layout key, It shows language switch and delay about 1-2 sec before I can start to type again.
Is any possible way to remove this delay?
I am new here on Ubuntu.
I am using 2 language keyboard layout Persian and when I press switch keyboard layout key, It shows language switch and delay about 1-2 sec before I can start to type again.
Is any possible way to remove this delay?
I found the answer on Reddit. As murilomentor said in his reply to Pacheko17:
You need to follow these steps:
Open the keyboard layout file for your language, example:-
sudo nano /usr/share/X11/xkb/symbols/br
Comment the following line:
modifier_map Mod3 { Scroll_Lock };
Logout and log in again.
Their original post:
Opened the keyboard layout file for my language, in my case:
sudo nano /usr/share/X11/xkb/symbols/br
Commented the line:
modifier_map Mod3 { Scroll_Lock };
Logged out and logged in again.
It worked for me!
sudo apt update && sudo apt install gnome-tweaks
then from there you can set keyboard shortcut which will not show this popup n straightaway changes the language.. – PRATAP Aug 16 '20 at 14:47