-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
20 lines (15 loc) · 687 Bytes
/
README
File metadata and controls
20 lines (15 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
MATE switch applet
==================
This is a MATE 1.7+ panel applet to toggle two shells commands.
I use it for my BEPO (Dvorak-like) practice:
Command1: setxkbmap fr oss
Command2: setxkbmap fr bepo
Extra note: setxkbmap could already deal with toggle (Alt+Shift) and while pressed (Right Win key) using:
$ setxkbmap -option grp:rwin_switch,grp:alt_shift_toggle -variant oss,bepo -layout fr,fr
This is my first attempt at writing an applet (and using GTK). It is based on "command applet".
Don't hesitate to reports bugs, comments via GitHub.
TODO
====
- applet startup & dynamic orientation (change_orient)
- applet dynamic resize (change_size)
- gettext (internationalization)