-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXmodmap.symlink
More file actions
21 lines (21 loc) · 870 Bytes
/
Xmodmap.symlink
File metadata and controls
21 lines (21 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
! Remap prt scr to Insert so that shift + prt scr = Paste
!
! xev -event keyboard
! KeyPress event, serial 33, synthetic NO, window 0x2000001,
! root 0x522, subw 0x0, time 38164393, (460,631), root:(462,653),
! state 0x0, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
! XLookupString gives 0 bytes:
! XmbLookupString gives 0 bytes:
! XFilterEvent returns: False
!
! KeyPress event, serial 33, synthetic NO, window 0x2000001,
! root 0x522, subw 0x0, time 38165672, (460,631), root:(462,653),
! state 0x1, keycode 107 (keysym 0xff61, Print), same_screen YES,
! XLookupString gives 0 bytes:
! XmbLookupString gives 0 bytes:
! XFilterEvent returns: False
!
! $ xmodmap -pke | grep -w -e 107 -e Insert
! keycode 107 = Print Sys_Req Print Sys_Req
! keycode 118 = Insert NoSymbol Insert
keycode 107 = Insert NoSymbol Insert