Summary: | Requesting a New Account | ||
---|---|---|---|
Product: | xkeyboard-config | Reporter: | Weber K. <weberkai> |
Component: | General | Assignee: | xkb |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | Keywords: | NEEDINFO |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Weber K.
2010-07-08 20:16:11 UTC
What kind of account do you want? Do you want to be able to commit to git? Why? (In reply to comment #1) > What kind of account do you want? Do you want to be able to commit to git? Why? Hi! Yes! I want to be able to commit to git. I want to fix 2 occurrences in the br layout. This way I wont need to put this in .bashrc: xmodmap -e 'add mod3 = Scroll_Lock' xmodmap -e 'keycode 134 = KP_Decimal"' The first is just add the modifier in <br>. Maybe it should be added earlier in other setup files like <pc>, but Im not sure. This way, more variants than <br> get it fixed, and the variants that needs to reconfigures mod3, will do it later. The second is move the definition of <I129> from <inet> to <keypad>. This makes more sense. The definition above is causing the second error. During loading, first <br> configures keypad correctly and after <inet> mess it up again. Best regards, Weber Kai http://www.vivaolinux.com.br/dica/Ponto-do-teclado-numerico-no-X http://www.vivaolinux.com.br/artigo/Configurando-o-seu-teclado-sem-fio-%28e-via-de-regra-sem-LEDs-indicadores-de-estado%29-no-Linux?pagina=5 You do not really need account just for that change. Please attach your patch here - that should be enough (In reply to comment #3) > You do not really need account just for that change. Please attach your patch > here - that should be enough Ok. Please, check it and if it is correct, apply it for us: Change 1 - In: http://cgit.freedesktop.org/xkeyboard-config/tree/symbols/inet Line 127 from: key <I129> { [ KP_Decimal ] }; To: // Commented out because <KPPT> is already defined in keypad(x11) // by Weber Estevan Roder Kai <weberkai@yahoo.com.br> // key <I129> { [ KP_Decimal ] }; Change 2 - In: http://cgit.freedesktop.org/xkeyboard-config/tree/symbols/keypad Line 127 from: }; To: // Added because <I129> was commented in inet // by Weber Estevan Roder Kai <weberkai@yahoo.com.br> key <KPPT> { [ KP_Decimal, KP_Decimal ] }; }; Change 3 - In: http://cgit.freedesktop.org/xkeyboard-config/tree/symbols/br Line 52 from: }; To: // Scroll Lock for ABNT2 // by Weber Estevan Roder Kai <weberkai@yahoo.com.br> modifier_map Mod3 { Scroll_Lock }; }; Best regards Weber Kai Committed. Also, dropped KPPT from symbols/br, since it is defined in symbols/keypad. Thanks! (In reply to comment #5) > Committed. Also, dropped KPPT from symbols/br, since it is defined in > symbols/keypad. Thanks! Cool! Thank you! No more bugs for us!! :) |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.