System Settings/Shortcuts and Gestures/zh-tw: Difference between revisions

    From KDE UserBase Wiki
    (Created page with "===D-Bus 用法示例===")
    (Created page with "如果你選擇 D-Bus,這裏有幾個例子。")
    Line 73: Line 73:
    ===D-Bus 用法示例===
    ===D-Bus 用法示例===


    If you chose D-Bus, here are few examples.
    如果你選擇 D-Bus,這裏有幾個例子。


    Finding out what to fill where, is done with the help of the "Launch D-Bus Browser", using that browser you can find what method you wish to call in what application object.  Using D-Bus we need to fill some fields, the field name will be regular and the content ''italic''.
    Finding out what to fill where, is done with the help of the "Launch D-Bus Browser", using that browser you can find what method you wish to call in what application object.  Using D-Bus we need to fill some fields, the field name will be regular and the content ''italic''.

    Revision as of 10:48, 17 May 2012

    Edit system wide keyboard shortcuts and mouse gestures

    Information

    If you know something about these preferences then please help us by adding information. Don't worry about formatting. We will help you ensure that your text is properly formatted.


    Custom Shortcuts

    Here you edit settings for input actions, including mouse gestures.

    Standard Keyboard Shortcuts

    Here you can configure the keyboard shortcuts for a number of actions common to many applications. This includes actions such as Open, Save, Close, Cut, Copy, Paste, Find, and many more.

    Global Keyboard Shortcuts

    Global keyboard shortcuts are used to interface with applications that do not display an interface. Settings for such shortcuts are edited here.

    滑鼠手勢

    Note

    This section was written for KDE SC version 4.4.4. In KDE SC version 4.5 and later, the layout and organization of the system settings modules has changed somewhat. However, apart from a little moving around of some dialog elements this section should still be valid


    The place where you start is System Settings -> Input Actions (in KDE SC 4.5 it is System Settings -> Shortcuts and Gestures -> Custom Shortcuts)

    啟用滑鼠手勢

    窗口底部左側有個設定按鈕。確定手勢復選框已經打鉤。設定你認為合適的愈時時間。滑鼠按鍵可能你那邊會不一樣,我是用 3 來設定使用滑鼠右鍵。如果你希望i輸入動作自動啟用,勾選上面的"登入時啟動輸入動作守護程式"。

    創建滑鼠手勢動作組

    右擊左窗格(動作組列表底部空白區域),選擇新建組,然後重命名為"滑鼠手勢",并勾選組名後面的復選框。

    創建新的滑鼠手勢

    從現在起,我假定新建的組是叫"滑鼠手勢"。右擊滑鼠手勢,選擇新建 -> 滑鼠手勢動作(這裏有三個選項,但是我沒打算用"傳送鍵盤輸入"),使用"指令/網址" 或 "D-Bus 指令",你需要創建一個手勢綁定到動作上。

    創建手勢

    點擊新建動作,選擇觸發器 分頁。介面底部有個編輯按鈕(點它)。在打開的框用滑鼠'左鍵繪制手勢。

    綁定動作

    如果你選擇 指令/網址,只需要在動作分頁的指令/網址區域輸入指令或網址便可。

    指令/網址 示例

    關閉窗口

    此指令可以讓你關閉滑鼠點擊的窗口。 Template:Note (zh TW)

    Command/URL: wmctrl -c :SELECT:

    關閉當前活動的窗口

    Command/URL: wmctrl -c :ACTIVE:

    翻譯剪貼板內容

    該命令將顯示當前剪貼板的翻譯內容。

    * 需要有: 
    ** xclip 
    ** libtranslate
    
    Command/URL: kdialog --title "Translation" --msgbox "`xclip -o | translate -f en -t he -`"
    

    替換 'en' 和 'he' 成初始語言和目標語言,要是你不確定,the ISO 639-2 有完整的語言代碼列表。

    D-Bus 用法示例

    如果你選擇 D-Bus,這裏有幾個例子。

    Finding out what to fill where, is done with the help of the "Launch D-Bus Browser", using that browser you can find what method you wish to call in what application object. Using D-Bus we need to fill some fields, the field name will be regular and the content italic.

    Runner

    This will display the Runner dialog.

    Remote Application: org.kde.krunner

    Remote Object: /App

    Function: org.kde.krunner.App.display

    Audacious next/previous/pause/play/stop/repeat track

    Remote Application: org.mpris.audacious

    Remote Object: /Player

    Function: org.freedesktop.MediaPlayer.Next (replace Next with Prev/Pause/Stop/Play/Repeat)

    Audacious PlayPause track

    If not playing will play, if playing will pause.

    Remote Application: org.mpris.audacious

    Remote Object: /org/atheme/audacious

    Function: org.atheme.audacious.PlayPause

    Klipper manually invoke action menu

    display the actions pop-up. (I am using that to search and translate words)

    Remote Application: org.kde.klipper

    Remote Object: /klipper

    Function: org.kde.klipper.klipper.showKlipperManuallyInvokeActionMenu