Package Details: space2ctrl-git 49.66e245e-1

Git Clone URL: https://aur.archlinux.org/space2ctrl-git.git (read-only, click to copy)
Package Base: space2ctrl-git
Description: Turns the spacebar key to another control key
Upstream URL: https://github.com/r0adrunner/Space2Ctrl
Licenses: MIT
Conflicts: space2ctrl
Provides: space2ctrl
Submitter: PhCl
Maintainer: PhCl
Last Packager: PhCl
Votes: 6
Popularity: 0.000000
First Submitted: 2015-10-13 18:46 (UTC)
Last Updated: 2022-03-22 23:39 (UTC)

Latest Comments

grizzeledtop commented on 2017-05-08 21:49 (UTC)

what a brilliant idea to put ctrl on the space bar! works like a charm, many thans for the effort!

PhCl commented on 2016-10-11 20:12 (UTC)

Should work now.

PhCl commented on 2016-10-09 16:19 (UTC)

Same with clang and gcc 7. Seems to be a library issue. I opened a pull request, which should solve the compile error: https://github.com/r0adrunner/Space2Ctrl/pull/10

troshinp commented on 2016-09-15 11:33 (UTC)

Don't build with gcc 6.2.1 Space2Ctrl build options: CC = g++ CFLAGS = -W -Wall -O2 PREFIX = /usr g++ -o s2c Space2Ctrl.cpp -W -Wall -O2 -lX11 -lXtst In file included from /usr/include/c++/6.2.1/bits/char_traits.h:39:0, from /usr/include/c++/6.2.1/ios:40, from /usr/include/c++/6.2.1/ostream:38, from /usr/include/c++/6.2.1/iostream:39, from Space2Ctrl.cpp:24: /usr/include/c++/6.2.1/bits/stl_algobase.h:243:56: error: macro "min" passed 3 arguments, but takes just 2 min(const _Tp& __a, const _Tp& __b, _Compare __comp)