System Settings/Shortcuts and Gestures/zh-tw

    From KDE UserBase Wiki
    Revision as of 10:47, 17 May 2012 by Claus chr (talk | contribs) (Created page with "===指令/網址 示例===")
    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 指令",你需要創建一個手勢綁定到動作上。

    創建手勢

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

    綁定動作

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

    指令/網址 示例

    Close window

    This command will let you close the next window you mouse click on.

    Note

    wmctrl may not support your Window Manager.


    Command/URL: wmctrl -c :SELECT:

    to close the active window

    Command/URL: wmctrl -c :ACTIVE:

    Translate clipboard content

    This command will display a translation of the current clipboard content.

    • Required for this are:
      • xclip
      • libtranslate
    Command/URL: kdialog --title "Translation" --msgbox "`xclip -o | translate -f en -t he -`"
    

    Replace 'en' and 'he' with the desired source and destination language, if you are not sure, a full list of language codes is available from the ISO 639-2 list.

    Examples using D-Bus

    If you chose D-Bus, here are few examples.

    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