Re: [Gambas-user] how to disable temporally key combinartion (alt+F4 etc)

2013-08-23 Thread PICCORO McKAY Lenz
From: Jussi Lahtinen > Subject: Re: [Gambas-user] how to disable temporally key combinartion > (alt+F4 etc) > I was wanting something more generic, which did not depend on overwriting a specific event, such as detecting keystrokes in interest .. but u hv right! I thought

Re: [Gambas-user] how to disable temporally key combinartion (alt+F4 etc)

2013-08-22 Thread Jussi Lahtinen
Maybe? Public Sub Form_Close() Stop Event End Jussi On Tue, Aug 20, 2013 at 11:42 PM, PICCORO McKAY Lenz wrote: > i want to disable some key combination, specially alt+F4 and > crtl+alt+backspace under X11 > > how could be do? > > and also how to got focus, put in undecorate and then set

Re: [Gambas-user] how to disable temporally key combinartion (alt+F4 etc)

2013-08-22 Thread abbat81
It depends from your linux. Lubuntu or Openbox at all: find your "-rc.xml" (Lubuntu: "~/.config/openbox/lubuntu-rc.xml") all your hotkeys are there between and . Be carefull, backut that file first. After save exec in terminal: "openbox --reconfigure" -- View this message in context: h

[Gambas-user] how to disable temporally key combinartion (alt+F4 etc)

2013-08-20 Thread PICCORO McKAY Lenz
i want to disable some key combination, specially alt+F4 and crtl+alt+backspace under X11 how could be do? and also how to got focus, put in undecorate and then set always_on_top ! for plus jejeje Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com --