You are not logged in.

#1 2010-02-19 21:50:26

rgb
Member
Registered: 2010-02-11
Posts: 24

urxvt without focus makes keyboard acts strange

When I'm using urxvt and the mouse isn't inside the urxvt windows I just can't type accents (~^), all the other characters are ok. I'm using Awesome WM.
Here's my .Xdefaults:

! ----------------------------------------------------------------------------
! file:     ~/.Xdefaults
! author:   João Gabriel Reis 
! modified: February 2010
! vim:      enc=utf-8:nu:ai:si:et:ts=4:sw=4:ft=xdefaults:
! ----------------------------------------------------------------------------

! use xft for drawing fonts
 urxvt.font: xft:   Inconsolata-10 
 urxvt.imLocale: pt_BR.utf8

! make a scrollbar that's nearly black
 urxvt*scrollBar:           false 
! urxvt*scrollBar_floating:  true
! urxvt*scrollBar_right:     false
! urxvt*scrollColor:         #202020

 urxvt*termName:            xterm
 urxvt*urllauncher:         firefox

! matcher.button # 3 is a right-click
 urxvt*matcher.button:      3
 urxvt*saveLines:           8192
 urxvt.perl-ext-common:     default,matcher,tabbed,clipboard

! theme ten from http://phraktured.net/terminal-colors/terminal%20theme.tags.html
 urxvt.background: rgb:10/10/10
 urxvt.foreground: rgb:d3/d3/d3
 urxvt.color0:     rgb:10/10/10
 urxvt.color1:     rgb:cd/5c/5c
 urxvt.color2:     rgb:2e/8b/57
 urxvt.color3:     rgb:f0/e6/8c
 urxvt.color4:     rgb:b0/c4/de
 urxvt.color5:     rgb:ba/55/d3
 urxvt.color6:     rgb:46/82/b4
 urxvt.color7:     rgb:d3/d3/d3
 urxvt.color8:     rgb:4d/4d/4d
 urxvt.color9:     rgb:ff/6a/6a
 urxvt.color10:    rgb:8f/bc/8f
 urxvt.color11:    rgb:ff/fa/cd
 urxvt.color12:    rgb:1e/90/ff
 urxvt.color13:    rgb:db/70/93
 urxvt.color14:    rgb:5f/9e/a0
 urxvt.color15:    rgb:ff/ff/ff

! cursor color 
 urxvt*cursorColor: #d8d8d8

! fade text n% upon unfocus
 urxvt*fading:      20

! jump to bottom (prompt) on keypress
 urxvt*scrollTtyKeypress:  true

Does someone knows what to do?

Offline

#2 2010-02-19 22:23:53

hw-tph
Member
Registered: 2006-11-01
Posts: 149

Re: urxvt without focus makes keyboard acts strange

This is a problem with the tabbed perl extension, or possibly with configuration relating to it. I have no idea why, I just started using the tabbed extension two days ago and was baffled by this as well.

Offline

#3 2010-02-19 22:39:34

rgb
Member
Registered: 2010-02-11
Posts: 24

Re: urxvt without focus makes keyboard acts strange

Thanks, just disabled tab support and seems to work, there's no way to use tabs without this bug?

Last edited by rgb (2010-02-19 22:39:53)

Offline

#4 2010-02-19 22:42:43

Peasantoid
Member
Registered: 2009-04-26
Posts: 928
Website

Re: urxvt without focus makes keyboard acts strange

rgb wrote:

Thanks, just disabled tab support and seems to work, there's no way to use tabs without this bug?

Likely not. You can always try other tabbing utilities, like screen (my favorite) or tmux.

Offline

#5 2010-02-19 22:43:36

hw-tph
Member
Registered: 2006-11-01
Posts: 149

Re: urxvt without focus makes keyboard acts strange

I really don't know. Time to turn to the rxvt-unicode mailing list, perhaps?

Offline

#6 2010-03-03 03:40:25

g.av
Member
Registered: 2010-03-03
Posts: 1

Re: urxvt without focus makes keyboard acts strange

Yeah, confirmed, same here.

The tabbed extension makes urxvt ignores the position in geometry resource as well.

Offline

Board footer

Powered by FluxBB