-
Notifications
You must be signed in to change notification settings - Fork 0
/
xbindkeysrc
34 lines (26 loc) · 1006 Bytes
/
xbindkeysrc
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
31
32
33
34
# #################################################
# Key bindings
# #################################################
# File: ~/.xbindkeysrc
# After changes, reload file configuration and apply changes.
# $ xbindkeys --poll-rc
# To find keycodes:
# $ xbindkeys -k | --key # to grab the keycode of one key
# $ xbindkeys -mk | --multikey # to grab the keycode of multiple keys
# #################################################3
# toggle mouse-pad on/off
# Control + Magic + p
"(/opt/scripts/toggle_touchpad.sh &)"
Control+Mod4 + p + Release
# send cursor selection to browser's default search engine; execute the search
# Control + Magic + s
"(/opt/scripts/search_that.sh &)"
Control+Mod4 + s + Release
# screen area shot, sent directly to 'Pictures' directory
# Shift + Print
"(/usr/bin/gnome-screenshot -a &)"
m:0x1 + c:107
# screen area shot, sent directly to 'UI clipboard'
# Control + Shift + Print
"(/usr/bin/gnome-screenshot -ac &)"
m:0x1 + c:50