index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
commands
/
input.c
Age
Commit message (
Expand
)
Author
2023-06-16
input/libinput: add scroll_button_lock method
Cezary Drożak
2022-12-09
Fix input command order (rotation_angle)
Baltazár Radics
2022-12-09
Add libinput RotationAngle
Lucas Zampieri
2022-10-30
Support libinput's 1.21 new dwtp option
pudiva chip líquida
2021-02-04
Declare all struct cmd_handler arrays const
Manuel Stoeckl
2020-10-12
input/tablet: add tool_mode option to set tablet tools as relative input
Tudor Brindus
2019-11-27
config: improvements to the reload validation
Brian Ashworth
2019-11-17
Implement input map_to_region command
Tadeo Kondrak
2019-07-17
Implement input_cmd_xkb_file (#3999)
Ed Younis
2019-07-05
Add calibration_matrix config option
Sergei Dolgov
2019-06-09
Add a new xkb_switch_layout command
Simon Ser
2019-06-09
config/input: validate xkb keymap before storing
Brian Ashworth
2019-06-09
commands/input: perform basic keymap validation
Brian Ashworth
2019-04-26
bindsym: consider xkb_rule_names for --to-code
Konstantin Pospelov
2019-04-26
bindsym: change default keymap for --to-code
Konstantin Pospelov
2019-04-26
Implement bindsym --to-code
Konstantin Pospelov
2019-01-21
Replace wlr_log with sway_log
M Stoeckl
2019-01-14
Remove now-unused "input" argument of cmd_results_new
M Stoeckl
2018-11-18
Add scroll factor config option.
Spencer Michaels
2018-10-20
Minor refactor of input manager
Ryan Dwyer
2018-09-29
add tap-and-drag setting to sway-input
PP
2018-09-23
Implement support for input wildcard
Brian Ashworth
2018-07-25
Restrict CapsLock and NumLock commands to the configuration file
ProgAndy
2018-07-25
Add xkb_numlock/xkb_capslock commands (#2311)
ProgAndy
2018-07-14
Implement tap_button_map for input devices
Brian Ashworth
2018-07-11
add scroll button option
Robert Kubosz
2018-07-09
Update for swaywm/wlroots#1126
emersion
2018-06-27
Check if command input has at least 2 arguments
Thomas Plaçais
2018-06-02
Address first round of review for generic blocks
Brian Ashworth
2018-06-02
Make command block implementation generic
Brian Ashworth
2018-04-18
Make key repeat configurable
Ryan Dwyer
2018-01-20
seat config handler context
Tony Crisci
2018-01-20
input config handler context
Tony Crisci
2018-01-05
sway: change all sway_log to wlr_log
Dominique Martinet
2018-01-05
cmd_input: cleanup around current_input_config
Dominique Martinet
2017-12-19
error on not enough input/seat args for cmd
Tony Crisci
2017-12-16
set keyboard config at runtime
Tony Crisci
2017-12-11
input config
Tony Crisci
2017-11-18
Move everything to sway/old/
Drew DeVault
2017-03-10
UnGNUify the codebase
Drew DeVault
2016-10-25
Add left_handed support for input devices
Michał Winiarski
2016-09-02
merge in latest commits
Zandr Martin
2016-09-01
refactor commands.c
Zandr Martin