0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Xubuntu 24.04 で Super + Right ( Win + Right ) のショートカットが効かない場合の対処方法

Posted at

XFCE4 で、Super + Right でウィンドウを「画面右にタイル表示」するショートカットが効かない場合、$HOME/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xmltile_right_keyというエントリーが2個存在している可能性があります。

<property name="<Super>Right" type="string" value="tile_right_key"/>
<property name="<Super>KP_Right" type="string" value="tile_right_key"/>

xfce4-keyboard-shortcuts.xmlを直接編集して、tile_right_keyというエントリーの片方をname="<Super>KP_Right"側を削除して再起動すると解消します。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?