aboutsummaryrefslogtreecommitdiff
path: root/x11/squeekboard/pkg-message
blob: d13dd576ea0887f9e1cfbb4eabe05984999c3aab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
{ type: install
  message: <<EOM
To unhide the keyboard after launch run

$ gsettings set \
    org.gnome.desktop.a11y.applications \
    screen-keyboard-enabled \
    true
$ gdbus call --session \
    --dest=sm.puri.OSK0 \
    --object-path=/sm/puri/OSK0 \
    --method=sm.puri.OSK0.SetVisible \
    true
EOM
}
]