-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmousecut.conf
executable file
·32 lines (24 loc) · 1.45 KB
/
mousecut.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# _______________________________________________
# ____ ___ _ _ ___ ____
# | \ / _ \| | | |/___)/ _ )
# | | | | |_| | |_| |___ ( (/ /
# |_|_|_|\___/ \____(___/ \____)
# -----------------------------------------
# Fügt den Inhalt der Auswahl ein, wenn die mittlere Maustaste losgelassen:
mouse_map middle release ungrabbed paste_from_selection
# Startet eine normale Auswahl, wenn die linke Maustaste gedrückt wird:
mouse_map left press ungrabbed mouse_selection normal
# Startet eine rechteckige Auswahl, wenn Strg+Alt+Linksklick gedrückt wird.
mouse_map ctrl+alt+left press ungrabbed mouse_selection rectangle
# Startet eine Auswahl auf |, wenn die linke Maustaste zweimal schnell gedrückt wird.
mouse_map left doublepress ungrabbed mouse_selection word
# Erweitert die aktuelle Auswahl, wenn die rechte Maustaste gedrückt wird.
mouse_map right press ungrabbed mouse_selection extend
# aktuelle Auswahl in Zwischenablage, wenn Linke- u Mitte-Taste gleichzeitig losgelassen werden.
mouse_map shift+middle release ungrabbed,grabbed paste_selection
# Ignoriert die Mausklicks, wenn die linke Maustaste und die Mitte der Maus gleichzeitig gedrückt werden:
mouse_map shift+middle press grabbed discard_event
# Startet eine normale Auswahl, wenn die linke Maustaste gedrückt wird:
# mouse_map shift+left press ungrabbed,grabbed mouse_selection normal
#
# ____________________________________________