1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

クリップボード・ツール Copyq ショートカットの設定 toggle

Last updated at Posted at 2016-09-12

 高機能クリップボード・ツール Copyq 紹介はあっても、肝心のことが書かれていなくて。使うときには、ショートカットでtoggleのオプションをつけて使用しないと窓が開きません。

LXDEショートカットキーの場合

/home/UserID/.config/openbox/lxde-rc.xml キーバインドの追加。

  <keybind key="W-p">
      <action name="Execute">
          <command>gnome-screenshot -i</command>
      </action>
  </keybind>
 
  <keybind key="W-0">
      <action name="Execute">
          <command>copyq toggle</command>
      </action>
  </keybind>
1
2
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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?