-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A simple applet for switching between keyboard layouts in NomadBSD. #8
Comments
Usually, if you configure two keyboard layouts at the NomadBSD setup, such an applet will start automatically on session start.
You can switch between layouts by clicking on the flag symbol in Tint. 1. If not installed, install |
My use case scenario is two keyboards, three keyboard layouts. I have tried gxkb, however it only shows one keyboard layout - a question mark in Tint2 and nothing in Plank. It is also impossible to move the icons around in Plank. I have also tried editing the ~/.config/plank.ini file directly, but to no effect. Here is my ~/.config/xkbdmap.sh: |
Plank, unlike Tint2, does not have a tray where
An alternative is IBus. You can configure it as follows: EDIT:
Add the lines
to The default tray icon color (dark blue) is hard to read. Change it to white:
After logging out and in again, you'll see IBus's tray icon in Tint2. Right-click on it to open the context menu. Go to Settings->Input Method to add layouts. Left-click on the tray icon to select from your layouts. |
A simple applet for switching between keyboard layouts would be very useful in NomadBSD. I am aware of vladas response to my post in the forum, however for a user friendly desktop, I believe that something along the lines of XFCE's xfce4-xkb-plugin would be much more user friendly, frankly than vladas solution. I have tried installing xfce4-xkb-plugin directly, but haven't found a way of getting it to appear in Tint2 at login.
The text was updated successfully, but these errors were encountered: