Klipper/zh-tw: Difference between revisions

From KDE UserBase Wiki
m (Created page with "傳統的剪貼簿的設想是你能複制一段文本以便能把它粘貼到其他地方。但如果你複製了一段內容,那之前複製的內容就會丟失。 '''Klipp...")
(Updating to match new version of source page)
 
(10 intermediate revisions by 2 users not shown)
Line 6: Line 6:
傳統的剪貼簿的設想是你能複制一段文本以便能把它粘貼到其他地方。但如果你複製了一段內容,那之前複製的內容就會丟失。  '''Klipper''' 一舉解決了這個問題。你剛複制的項目仍然是粘貼的默認內容,但是其他會存儲在一個緩存裡,所以你可以用不同的命令選擇粘貼你的選中內容。甚至儲存在緩存裡的項目數量都能設置!點擊托盤或是面簿上的圖標,你會看到可能的選中內容,以及一些選項。讓我們看一些設定選項。
傳統的剪貼簿的設想是你能複制一段文本以便能把它粘貼到其他地方。但如果你複製了一段內容,那之前複製的內容就會丟失。  '''Klipper''' 一舉解決了這個問題。你剛複制的項目仍然是粘貼的默認內容,但是其他會存儲在一個緩存裡,所以你可以用不同的命令選擇粘貼你的選中內容。甚至儲存在緩存裡的項目數量都能設置!點擊托盤或是面簿上的圖標,你會看到可能的選中內容,以及一些選項。讓我們看一些設定選項。


{{Note|Within Plasma there are two different buffers. One is the ''clipboard'' and the other is the ''selection''. The ''clipboard'' buffer is filled when you press <keycap>Ctrl + X</keycap> or <keycap>Ctrl + C</keycap> and pasted by using <keycap>Ctrl + V</keycap>. The ''selection'' buffer is filled by simply marking some text and pasted by pressing the middle mouse button.  Having said that it is important to know that Klipper can be configured to hold both buffers.}}
<div class="mw-translate-fuzzy">
{|class="vertical-centered"
{|class="vertical-centered"
|[[Image:Klipper-conf.png|thumb|250px]]||&nbsp;||Possibly the two items most important to you on the <menuchoice>General</menuchoice> tab is whether you want the clipboard to start up empty or to retain its contents across sessions, and whether to <menuchoice>synchronise</menuchoice> the clipboard contents and selection.  The meaning of that one is not immediately obvious, but a clear explanation is in the handbook.  You definitely do need to understand this, as choosing the wrong one will be frustrating.
|[[Image:Klipper-conf.png|thumb|250px]]||&nbsp;||可能在<menuchoice>常規</menuchoice>頁面對你最重要的2項是是否你想要剪貼簿啟動時為空還是在多會話中保留他的內容,和是否<menuchoice>同步</menuchoice>剪貼簿和選中內容。他們的意思並不直接明顯,但是在手冊裡有清楚的解釋。你的確需要明白這個,如果選擇錯了會很鬱悶的。
|}
|}
</div>


<div class="mw-translate-fuzzy">
{|class="vertical-centered"
{|class="vertical-centered"
|[[Image:Klipper-actions.png|thumb|250px]]||&nbsp;||If you write scripts or work in programming this section is for you.  Actions based on regular expressions can be set here.
|[[Image:Klipper-actions.png|thumb|250px]]||&nbsp;||如果你在寫腳本或是從事編程工作,這部分是給你準備的。基於正則表達式的動作可以在這裡設置。
|}
|}
</div>


{|class="vertical-centered"
{|class="vertical-centered"
|[[Image:Klipper-shortcuts.png|thumb|250px]]||&nbsp;||Here you can customise existing shortcuts.  It is not possible at the moment to make additional ones
|[[Image:Klipper-shortcuts.png|thumb|250px]]||&nbsp;||這裡你能自定義現有的捷徑。現在還不能添加額外新的捷徑。
|}
|}


The ''Handbook'' is available from the Help menu item.
<div class="mw-translate-fuzzy">
幫助菜單裡已經有提供''手冊''
</div>


== Tutorial ==
<div class="mw-translate-fuzzy">
* [[Special:myLanguage/Klipper/How_to_search_in_phone_books_using_Klipper|How to search in phone books using Klipper]]
==教學==
* [[Special:myLanguage/Klipper/How_to_search_in_phone_books_using_Klipper|如何使用 Klipper 搜索電話簿]]
</div>


== External links ==
<div class="mw-translate-fuzzy">
==外部鏈接==
* http://linux-blog.org/make-klipper-work-for-you/
* http://linux-blog.org/make-klipper-work-for-you/
</div>
Klipper can be accessed from the command line using ''xclip'' . To copy to the ctl+C/V buffer use ''xclip -selection clipboard''


[[Category:Utilities]]
[[Category:工具/zh-tw]]
[[Category:System]]
[[Category:系統/zh-tw]]

Latest revision as of 06:42, 11 November 2022

  Klipper 剪貼板工具

傳統的剪貼簿的設想是你能複制一段文本以便能把它粘貼到其他地方。但如果你複製了一段內容,那之前複製的內容就會丟失。 Klipper 一舉解決了這個問題。你剛複制的項目仍然是粘貼的默認內容,但是其他會存儲在一個緩存裡,所以你可以用不同的命令選擇粘貼你的選中內容。甚至儲存在緩存裡的項目數量都能設置!點擊托盤或是面簿上的圖標,你會看到可能的選中內容,以及一些選項。讓我們看一些設定選項。

Note

Within Plasma there are two different buffers. One is the clipboard and the other is the selection. The clipboard buffer is filled when you press Ctrl + X or Ctrl + C and pasted by using Ctrl + V. The selection buffer is filled by simply marking some text and pasted by pressing the middle mouse button. Having said that it is important to know that Klipper can be configured to hold both buffers.


  可能在常規頁面對你最重要的2項是是否你想要剪貼簿啟動時為空還是在多會話中保留他的內容,和是否同步剪貼簿和選中內容。他們的意思並不直接明顯,但是在手冊裡有清楚的解釋。你的確需要明白這個,如果選擇錯了會很鬱悶的。
  如果你在寫腳本或是從事編程工作,這部分是給你準備的。基於正則表達式的動作可以在這裡設置。
  這裡你能自定義現有的捷徑。現在還不能添加額外新的捷徑。

幫助菜單裡已經有提供手冊

Klipper can be accessed from the command line using xclip . To copy to the ctl+C/V buffer use xclip -selection clipboard