Browse Source

Have urxvt send proper signal on C-arrows

Alois Mahdal 9 years ago
parent
commit
16b1766210
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      dotfiles.config/Xlib/global.Xdefaults

+ 6
- 0
dotfiles.config/Xlib/global.Xdefaults View File

30
 URxvt.cursorUnderline:      false
30
 URxvt.cursorUnderline:      false
31
 URxvt.cursorBlink:          true
31
 URxvt.cursorBlink:          true
32
 URxvt.pointerBlankDelay:    999999999
32
 URxvt.pointerBlankDelay:    999999999
33
+
34
+!## let C-arrows behave like in other terms
35
+URxvt.keysym.Control-Up:    \033[1;5A
36
+URxvt.keysym.Control-Down:  \033[1;5B
37
+URxvt.keysym.Control-Left:  \033[1;5D
38
+URxvt.keysym.Control-Right: \033[1;5C