1

I would like to have a NotifyOSD notification appear whenever I change keyboard layouts. Does anybody know how I can implement this feature?

Renan
  • 8,062
Skydan
  • 143

1 Answers1

1

The only way I think is to make your own script to change layout, and make that script to notify you too. Some methods are listed here https://askubuntu.com/questions/92751/create-my-own-keyboard-input-layout

Five
  • 111