1
0
Fork 0
mirror of https://salsa.debian.org/consolation-team/consolation.git synced 2025-12-05 22:47:06 +00:00
This package provides copy-paste and scrolling support to the Linux console. It is based on the libinput library and supports all pointer devices and settings provided by this library.
Find a file
2024-07-05 09:19:17 +02:00
src With libinput 1.26: New option --set-clickfinger-map 2024-07-04 19:29:59 +02:00
AUTHORS AUTHORS: Update contributors list 2020-06-01 19:38:46 +02:00
ChangeLog Finalize ChangeLog 2024-07-05 09:19:17 +02:00
configure.ac With libinput 1.26: New option --set-clickfinger-map 2024-07-04 19:29:59 +02:00
consolation.service.in Add consolation.service for systemd. 2019-07-18 17:16:37 +02:00
LICENSE LICENSE: point to COPYING file 2022-08-04 14:44:38 +02:00
Makefile.am Makefile.am: avoid recursive make while building consolation.8 2020-06-01 19:37:57 +02:00
README clean up doc 2022-08-05 16:24:59 +02:00

[NAME]
  consolation -- copy-paste for the Linux console
[SYNOPSIS]
  consolation [libinput options]

[DESCRIPTION]
  Consolation is a daemon that provide copy-paste and scrolling support to the
  Linux console.

  It is based on the libinput library and supports all pointer devices and
  settings provided by this library,

  Similar software include gpm and jamd.

  Operations:
  left button:    start selection
  middle button:  paste selection
  right button:   set end of selection
  wheel:          scroll
  double left click: select word
                     (see --word-chars for the definition of a word.)
  triple left click: select line

  Button actions can be redefined with the --map 'button=action' option.
  Action names are 'select', 'paste', 'endselect'.
  Button names are 'BTN_LEFT', 'BTN_MIDDLE', 'BTN_RIGHT'.
  Other evdev button names are also supported.

  By default, if the terminal requests mouse report, mouse actions
  are reported to the terminal instead of being performed.

  It supports all the standard libinput options.

[LICENSE]
  Copyright \(co 2016 Bill Allombert

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

[SEE ALSO]
  gpm(8)
[AUTHOR]
  Bill Allombert <ballombe@debian.org>
[HOMEPAGE]
  https://salsa.debian.org/consolation-team/consolation/