aboutsummaryrefslogtreecommitdiff
path: root/sway/input/keyboard.c
AgeCommit message (Expand)Author
2019-05-30bindings: allow unlocked and locked bindingsBrian Ashworth
2019-05-14input/keyboard: attempt default keymap on failureBrian Ashworth
2019-04-26bindsym: change xkb_rule_names initializationKonstantin Pospelov
2019-04-26bindsym: consider xkb_rule_names for --to-codeKonstantin Pospelov
2019-04-20ipc: fix criteria for emitting bar_state_updateBrian Ashworth
2019-03-10Make raw keysyms take precedence over translatedBen Challenor
2019-02-10input/keyboard: respect solo repeat_{rate,delay}Brian Ashworth
2019-02-08bar_cmd_modifier: add support for noneBrian Ashworth
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-14Disarm key repeat on reloadBrian Ashworth
2019-01-09keyboard: update repeat timer before executionBrian Ashworth
2018-10-29binding: match single-key bindings if no multi-key binding matchedFranklin "Snaipe" Mathieu
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-18cmd_bind{sym,code}: Implement per-device bindingsBrian Ashworth
2018-10-14swaybar: show hidden bar on key eventIan Fan
2018-10-08Remove unneeded variableRyan Dwyer
2018-10-08Reload config using idle eventRyan Dwyer
2018-10-04Fix #2763Drew DeVault
2018-09-06Fix management of bindings during reloadRyan Dwyer
2018-09-04Deny repeating reload by holding keyRyan Dwyer
2018-07-29Bindings use advised keyboard repeat parametersfrsfnrrg
2018-07-29Implement key repeat for pressed key bindingsfrsfnrrg
2018-07-28Don't enable numlock by default. This fixes an annoying issue where laptop ke...Geoff Greer
2018-07-25Fix LEDs for configured modifier statesProgAndy
2018-07-25Implement setting NumLock and CapsLock statusProgAndy
2018-07-23Invoke mouse bindingsfrsfnrrg
2018-07-23Parse mouse binding optionsfrsfnrrg
2018-07-15Make focus part of transactionsRyan Dwyer
2018-07-09Update for swaywm/wlroots#1126emersion
2018-07-05keyboard: free xkb keymap on destroyDominique Martinet
2018-06-28fix handling key modifiers if not pressed at firstArmin Preiml
2018-06-12Fix keyboard shortcut handling inconsistenciesfrsfnrrg
2018-06-02Make command block implementation genericBrian Ashworth
2018-06-01Style fix, redundant entry removal, fix extra keysym deletefrsfnrrg
2018-06-01Rename update_shortcut_model to update_shortcut_statefrsfnrrg
2018-06-01Rename check_shortcut_model to get_active_bindingfrsfnrrg
2018-06-01Style fixed for keyboard.cfrsfnrrg
2018-06-01Remove almost-always redundant loop in key handlingfrsfnrrg
2018-06-01Rewrite shortcut handling code to avoid hardcoded valuesfrsfnrrg
2018-05-27Implement bindsym/bindcode --lockedfrsfnrrg
2018-05-13Idle handling for dpms/lockscreen et alMattias Eriksson
2018-04-18Make key repeat configurableRyan Dwyer
2018-04-02Merge branch 'wlroots' into seat-fixesTony Crisci
2018-04-02dont copy input configTony Crisci
2018-04-02Partially implement move commandDrew DeVault
2018-02-24take seat param for handle_command and renameTony Crisci
2018-01-20add kill commandTony Crisci
2018-01-17update for new wlr-keyboard modifiersTony Crisci
2018-01-05sway: change all sway_log to wlr_logDominique Martinet