From kde-core-devel Wed May 23 12:52:38 2001 From: Karol Szwed Date: Wed, 23 May 2001 12:52:38 +0000 To: kde-core-devel Subject: Re: Window Decoration config module X-MARC-Message: https://marc.info/?l=kde-core-devel&m=99062245011491 > >First of all thanks for the new Window Decoration module, it looks really >nice. Many thanks - nice comments like those are always appreciated :-) >The only thing missing is a way to use it with keyboard-only as well :-) I absolutely agree. There are essentially three ways of solving this problem: 1) A keypad pointer emulator could be created, that enables users to control a simulated "pointing device" via keystrokes - I think that this is the best option, as drag and drop would work for all kde apps then. 2) The kwindecoration module would have to detect when a pointing device is unavailable, and implement another button position selector which is keyboard friendly, and use that where there is no pointing device available. 3) Remove dnd all together from kwindecoration (hmm, I wouldn't really want to do this...) Any other options I'd like to hear about. What do you think? Cheers, gallium