← Back to team overview

yade-dev team mailing list archive

[Bug 1009500] Re: Problem with F8-F12 keys in ubuntu 12.04

 

You are welcome.
Actually, it was not a problem with ubuntu 12.04 or IPython 0.12. There was simply no attempt to bind anything in Yade code. It was like:

if Ipython0.10:
  bind
elif Ipython0.11:
  bind
elif Ipython0.12:
  nothing

-- 
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
https://bugs.launchpad.net/bugs/1009500

Title:
  Problem with F8-F12 keys in ubuntu 12.04

Status in Yet Another Dynamic Engine:
  Fix Released

Bug description:
  F8 to F12 strokes will not pop up GUI in ubuntu 12.04.
  In Gnome, F10 open the "file" menu of the terminal by default.
  In KDE (or after reconfiguring gnome), F6 to F12 prints a "~" symbol.

  This is not specific to yade: Midnight Commander, aptitude, and other
  terminal applications suffer from this. It's a gnome "bug" it seems.
  I've been trying to configure my system to not capture these keys but
  no success.

  The best solution may be to change the hotkeys in yade. Or did
  somebody find a fix for this annoying behaviour?

To manage notifications about this bug go to:
https://bugs.launchpad.net/yade/+bug/1009500/+subscriptions


References