aboutsummaryrefslogtreecommitdiff
path: root/sway/input/keyboard.c
AgeCommit message (Expand)Author
2020-03-30add --no-repeat option for bindingsLinus Heckemann
2020-03-11input: Add support for keyboard shortcuts inhibitMichael Weiser
2019-12-16seat_cmd_keyboard_grouping: change keymap to smartBrian Ashworth
2019-12-13input/keyboard: defer wlr_keyboard_group destroyBrian Ashworth
2019-12-13input/keyboard: remove group listeners on destroyBrian Ashworth
2019-12-12Add seat <seat> idle_{inhibit,wake} <sources...>Drew DeVault
2019-11-28input/keyboard: reset seat keyboard on destroyBrian Ashworth
2019-11-26input/keyboard: check keyboard group before removeBrian Ashworth
2019-11-21Add support for wlr_keyboard_groupBrian Ashworth
2019-11-21input/keyboard: cleanup xkb_file error handingBrian Ashworth
2019-08-20input/keyboard: send released only if pressed sentBrian Ashworth
2019-08-01bindsym/code: add group supportBrian Ashworth
2019-08-01input/keyboard: don't reset layout for same keymapBrian Ashworth
2019-07-23ipc: add an input eventBrian Ashworth
2019-07-17Implement input_cmd_xkb_file (#3999)Ed Younis
2019-06-09commands/input: perform basic keymap validationBrian Ashworth
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