Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Flux won't alt+tab
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
gsfgf
Veteran
Veteran


Joined: 08 May 2002
Posts: 1266

PostPosted: Sun Aug 11, 2002 1:13 am    Post subject: Flux won't alt+tab Reply with quote

When i hit Alt+tab in fluxbox it just behaves like i hit tab. I dont have another wm to try it with. What do i do?
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Sun Aug 11, 2002 1:50 am    Post subject: Reply with quote

Do you have a ~/.fluxbox/keys file? What is in it?
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
gsfgf
Veteran
Veteran


Joined: 08 May 2002
Posts: 1266

PostPosted: Sun Aug 11, 2002 2:51 am    Post subject: Reply with quote

yup that was it. i copied the keys file from a woking installation and its fixded.
Back to top
View user's profile Send private message
Echo5ive
n00b
n00b


Joined: 03 Jul 2002
Posts: 35

PostPosted: Sun Aug 11, 2002 2:42 pm    Post subject: Reply with quote

Mind if I have a look at it? Alt-tab doesn't work here, and I don't have another installation to look at.
Back to top
View user's profile Send private message
gsfgf
Veteran
Veteran


Joined: 08 May 2002
Posts: 1266

PostPosted: Sun Aug 11, 2002 2:59 pm    Post subject: Reply with quote

Code:
Mod1 Tab :NextWindow
Mod1 Shift Tab :PrevWindow
Mod1 F1 :Workspace1
Mod1 F2 :Workspace2
Mod1 F3 :Workspace3
Mod1 F4 :Workspace4
Mod1 F5 :Workspace5
Mod1 F6 :Workspace6
Mod1 F7 :Workspace7
Mod1 F8 :Workspace8
Mod1 F9 :Workspace9
Mod1 F10 :Workspace10
Mod1 F11 :Workspace11
Mod1 F12 :Workspace12
Back to top
View user's profile Send private message
OdinsDream
Veteran
Veteran


Joined: 01 Jun 2002
Posts: 1057

PostPosted: Mon Aug 12, 2002 9:57 pm    Post subject: Reply with quote

Is there any way to modify the tabbing behaviour in Fluxbox to mirror what windows does?

For instance, pressing Alt-Tab once in windows will take me to the next window. Pressing it again will return me to the window I was just looking at. I can press alt-TabTab to go to a different window, and still return to the same window with alt-tab.

It seems like fluxbox has a pre-defined window order, and you have to alt-tab and cycle through just to get back to the window you just had... sure, there's shift-tab....but I was just wondering.
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Mon Aug 12, 2002 10:43 pm    Post subject: Reply with quote

OdinsDream wrote:
It seems like fluxbox has a pre-defined window order, and you have to alt-tab and cycle through just to get back to the window you just had... sure, there's shift-tab....but I was just wondering.
I'm pretty sure this is the only way to cycle through. A bit annoying, but not critical IMO. I just anxiously await new releases.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
kybber
Apprentice
Apprentice


Joined: 25 Jun 2002
Posts: 228
Location: Trondheim, Norway

PostPosted: Tue Aug 13, 2002 7:00 am    Post subject: Reply with quote

Hold shift while alt-tabbing to go backwards through the cycle. Just make sure your keys-file contains something like this:

Mod1 Tab :NextWindow
Mod1 Shift Tab :PrevWindow
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Fri Aug 23, 2002 11:58 pm    Post subject: Reply with quote

I have these entries in my keys file, but I can't alt tab to my other windows at all :(

any ideas?


Code:

Mod1 Alt Tab :NextWindow
Back to top
View user's profile Send private message
Pigeon
Guru
Guru


Joined: 21 Jun 2002
Posts: 307

PostPosted: Sat Aug 24, 2002 2:15 am    Post subject: Reply with quote

Mod1 is fluxbox speak for alt. It should just be:

Code:
mod1 tab :nextwindow
Back to top
View user's profile Send private message
Beattie
Apprentice
Apprentice


Joined: 24 Jun 2002
Posts: 155

PostPosted: Sat Aug 24, 2002 12:51 pm    Post subject: Reply with quote

taskara wrote:
I have these entries in my keys file, but I can't alt tab to my other windows at all :(

any ideas?


Code:

Mod1 Alt Tab :NextWindow



change this to
Mod1 Tab : NextWindow

Mod1 == Alt so there is no need to have Mod1 and Alt
Back to top
View user's profile Send private message
masseya
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 2602
Location: Baltimore, MD

PostPosted: Tue Aug 27, 2002 2:11 pm    Post subject: Reply with quote

Is there a way to get tabbed windows to act as though they are one window for the purposes of alt-tabbing? I'm thinking there's not, but I'm curious to see if anyone has that working. :)
_________________
if i never try anything, i never learn anything..
if i never take a risk, i stay where i am..
Back to top
View user's profile Send private message
goldorak_dan
n00b
n00b


Joined: 26 Apr 2002
Posts: 16
Location: Ottawa, Canada

PostPosted: Sun Sep 01, 2002 5:03 pm    Post subject: did that but... Reply with quote

Beattie wrote:

change this to
Mod1 Tab : NextWindow

Mod1 == Alt so there is no need to have Mod1 and Alt


... now tab completion in bash doesn't work ?!?
Back to top
View user's profile Send private message
Valen
Apprentice
Apprentice


Joined: 18 Aug 2002
Posts: 197
Location: Toronto, Ontario, Canada

PostPosted: Sun Sep 01, 2002 5:47 pm    Post subject: Re: did that but... Reply with quote

goldorak_dan wrote:
Beattie wrote:

change this to
Mod1 Tab : NextWindow

Mod1 == Alt so there is no need to have Mod1 and Alt


... now tab completion in bash doesn't work ?!?


Did you leave a space between the ':' and 'NextWindow' IIRC fluxbox does not like that.
Also you might want to try running xev to see which events are generated when you press different keys. You could have a look at what gets dumped out when you press alt and tab and see if anything looks funny.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum