all repos — fluxbox @ edba109c2634c9311314f22d863a144799b2575f

custom fork of the fluxbox windowmanager

no need to ignore modifiers when we navigate the menu with keys
fluxgen fluxgen
commit

edba109c2634c9311314f22d863a144799b2575f

parent

30bd98456ef169419ee03c0eab3e662848eeb3d1

1 files changed, 1 insertions(+), 3 deletions(-)

jump to
M src/FbTk/Menu.ccsrc/FbTk/Menu.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Menu.cc,v 1.53 2004/01/16 11:02:54 fluxgen Exp $ +// $Id: Menu.cc,v 1.54 2004/01/21 09:03:13 fluxgen Exp $ //use GNU extensions #ifndef _GNU_SOURCE

@@ -1303,8 +1303,6 @@ char keychar[1];

XLookupString(&event, keychar, 1, &ks, 0); // a modifier key by itself doesn't do anything if (IsModifierKey(ks)) - return; - if (event.state) // dont handle modifier with normal key return; switch (ks) {