Bug 3551 - Hotkeys are disabled by VMWare
Status: RESOLVED FIXED
Alias: None
Product: Openbox
Classification: Unclassified
Component: general
Version: 3.4.7
Hardware: PC Linux
: P5 normal
Assignee: Dana Jansens
QA Contact:
URL:
: 3575
Depends on:
Blocks:
 
Reported: 2008-02-20 13:00 EST by Benjamin Waldher
Modified: 2010-02-15 11:42:48 EST
2 users (show)

See Also:


Attachments
my openbox rc.xml (21.06 KB, application/xml)
2010-02-12 19:33 EST, Adam Spiers

Description Benjamin Waldher 2008-02-20 13:00:06 EST
Using openbox 3.4.6 and vmware will cause hotkeys to no longer function. Using 'reconfigure' will fix this until vmware is in focus again. This seems to have an effect on all keyboard bindings, but no mouse related bindings.
Comment 1 Dana Jansens 2008-02-21 13:27:13 EST
fixed by commit c49c2a8e408f

thanks.
Comment 2 Dana Jansens 2008-02-21 13:27:29 EST
closing
Comment 3 Dana Jansens 2008-03-22 12:32:17 EDT
*** Bug 3575 has been marked as a duplicate of this bug. ***
Comment 4 Mikachu 2008-04-29 17:52:39 EDT
This seems to still happen, got this on the mailing list:

From: Roman Pořízka <porizka@gmail.com>
Hi,
I've got a question about chrooted keychains. They aren't working for
me when VMWare player is running. I've got this keychain:

 <keybind key="C-A-v" chroot="true">
      <keybind key="Up">
        <action name="Execute">
          <execute>aumix -w +5</execute>
        </action>
      </keybind>
      <keybind key="Down">
        <action name="Execute">
          <execute>aumix -w -5</execute>
        </action>
      </keybind>
      <keybind key="Right">
        <action name="Execute">
          <execute>aumix -v +5</execute>
        </action>
      </keybind>
      <keybind key="Left">
        <action name="Execute">
          <execute>aumix -v -5</execute>
        </action>
      </keybind>
      <keybind key="Escape">
        <action name="BreakChroot"/>
      </keybind>
    </keybind>

When I press C-A-v and then Up with VMplayer running the chroot is
broken without pressing Escape. Could this be solved within openbox
code or there's need for VMPlayer fix?
Comment 5 Mikachu 2008-05-16 12:02:27 EDT
There was another report on the ml so this definitely still happens.
Comment 6 Adam Spiers 2008-06-20 08:34:56 EDT
'reconfigure' is only a partial fix for me - it restores many of the broken keybindings, but Super-1, Super-2 (jump straight to desktop 1, 2 etc.) still do not work.  I have not seen any negative impact on mouse bindings.
Comment 7 Adam Spiers 2008-06-20 08:37:08 EDT
Sorry; I should have said that I am using 3.4.6.1, and I now see that 3.4.7.1 has the fix in - I will retest with that.
Comment 8 Adam Spiers 2008-06-20 08:44:41 EDT
Just upgraded to 3.4.7.2 and after an openbox --replace I see no difference in behaviour :-(  'reconfigure' is still required after VMware has had focus, and even after this, Super-1 etc. still do not work.  I should clarify that by 'Super-1' I actually mean <keybind key="W-1"> in ~/.config/openbox/rc.xml and my xmodmap set-up is correct because many other W- bindings such as <keybind key="W-comma"> work fine.  Just in case it helps:

xmodmap:  up to 3 keys per modifier, (keycodes in parentheses):

shift       Shift_L (0x32),  Shift_R (0x3e)
lock
control     Control_L (0x25)
mod1        Meta_L (0x6b),  Meta_R (0x71)
mod2        Alt_L (0x61),  Alt_L (0x7d)
mod3
mod4        Super_R (0x6d),  Super_R (0x74)
mod5
Comment 9 Adam Spiers 2008-11-01 12:44:35 EDT
Any progress on this?  Thanks!
Comment 10 Adam Spiers 2009-04-12 13:15:30 EDT
Am I the only VMware/openbox user who sees this still?
Comment 11 Dana Jansens 2010-01-15 16:52:15 EST
im going to try download vmware and see what i can see.  debugging proprietary apps is always fun.
Comment 12 Dana Jansens 2010-02-08 15:35:14 EST
can you attach your rc.xml file ?  it is working with VMWare for me.  when focus leaves the VMWare window, my keybindings in Openbox are restored.
Comment 13 Dana Jansens 2010-02-08 18:00:46 EST
it may be work noting that i can reproduce this with openbox 3.4.6.1 though.
Comment 14 Dana Jansens 2010-02-12 14:57:15 EST
waiting for feedback on this.
Comment 15 Adam Spiers 2010-02-12 19:33:53 EST
Created attachment 2298 [details]
my openbox rc.xml

Hmm, this actually seems to be working perfectly for me now, but I'm attaching my rc.xml anyway.
Comment 16 Dana Jansens 2010-02-15 11:42:48 EST
oh really, that is good :) and consistent with what i am seeing.  so i'm going to mark this fixed then.  if you have problems again you can reopen it and let us know.  thanks for the feedback!