mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Use Unicode quotation marks in new translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772218
This commit is contained in:
parent
072afa5fa3
commit
70dfe8c97d
@ -68,7 +68,7 @@
|
||||
|
||||
For a X11 grab to be taken into account under Wayland, the client must
|
||||
also either send a specific X11 ClientMessage to the root window or be
|
||||
among the applications white-listed in key “xwayland-grab-access-rules“.
|
||||
among the applications white-listed in key “xwayland-grab-access-rules”.
|
||||
</description>
|
||||
</key>
|
||||
|
||||
@ -80,19 +80,19 @@
|
||||
allowed or not allowed to issue X11 keyboard grabs under Xwayland.
|
||||
|
||||
The resource name or resource class of a given X11 window can be
|
||||
obtained using the command “xprop WM_CLASS“.
|
||||
obtained using the command “xprop WM_CLASS”.
|
||||
|
||||
Wildcards '*' and jokers '?' in the values are supported.
|
||||
Wildcards “*” and jokers “?” in the values are supported.
|
||||
|
||||
Values starting with '!' are blacklisted, which has precedence over
|
||||
Values starting with “!” are blacklisted, which has precedence over
|
||||
the whitelist, to revoke applications from the default system list.
|
||||
|
||||
The default system list includes the following applications:
|
||||
|
||||
“@XWAYLAND_GRAB_DEFAULT_ACCESS_RULES@“
|
||||
“@XWAYLAND_GRAB_DEFAULT_ACCESS_RULES@”
|
||||
|
||||
Users can break an existing grab by using the specific keyboard
|
||||
short-cut defined by the keybinding key “restore-shortcuts“.
|
||||
shortcut defined by the keybinding key “restore-shortcuts”.
|
||||
</description>
|
||||
</key>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user