-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aggregated contributions #23
Merged
Merged
Changes from 1 commit
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
5f15176
Actually include playback in _real_ example config.
aszlig d1cfcd2
bugfix: failed when the last char in the config is not a newline
shouya 7999bf4
Some support for XDG Base Directory.
16210d5
make keynav work in different layout
seletskiy 82d8bb7
Enable sleeping after move+resize request
daboross e6d03b0
beautify grid
seletskiy 5433ee3
Merge commit '5f151761'
fidian cc8f2db
Merge commit '7999bf'
fidian f7ad46a
Merge commit '82d8bb7c2691678d87fce0b59a1bdaa2c66a8c78'
fidian a06248d
Merge commit '16210d5326bd172da9fa1ecbb34eaa3d52eadbb9'
fidian 6c49d61
Merge commit 'e6d03b0da5597460138f0c8414251536121efb68'
fidian f37c3f2
Documentation improvements
fidian 80f21b4
Split up the libraries
fidian b014951
Fixing return values
fidian a862cfc
Mentioning new path of config file
fidian 3d3d266
Adding arrow keys
fidian 1341fa6
Additional drag examples
fidian 29c8205
Fixing grid commands
fidian 2abb32d
Update .gitignore rules
0ac6ec9
Use rm -f instead of || true
4c49348
Add PREFIX variable to Makefile
3bf5750
Add install and uninstall targets
5f0018f
Merge pull request #8 from shouya/master
410b6a0
allow binded keys used as macros trigger
seletskiy cbd1d9e
config parser support for commas in sh
seletskiy 166b058
cleanup resources and do not leak xorg pixmaps
seletskiy 660aaa4
Merge pull request #1 from marekjm/master
yjftsjthsd-g 47038ea
Merge pull request #2 from dkasak/master
yjftsjthsd-g f3b649f
Merge branch 'master' of git://github.com/seletskiy/keynav into selet…
yjftsjthsd-g 1f293fc
Merge branch 'seletskiy-master'
yjftsjthsd-g ba64115
Merge pull request #4 from fidian/master
yjftsjthsd-g 5bfaaa8
update keynav.pod to list all authors listed in git commits
yjftsjthsd-g 272f931
README -> README.md in Makefile
yjftsjthsd-g 39e93a5
Also include keynav.pod in tarball
yjftsjthsd-g d97dd0e
remove apparently unneeded libraries
yjftsjthsd-g 2f74096
remove -g from LDFLAGS
yjftsjthsd-g 798f044
clean up Makefile
yjftsjthsd-g 2434a16
add gitignore for VERSION and generated tarballs
yjftsjthsd-g 3815a41
brush up build/install instructions in readme
yjftsjthsd-g 68e697b
change Makefile to explicitly use CFLAGS
yjftsjthsd-g a06d9b9
note in README that FreeBSD users should use gmake
yjftsjthsd-g 529a644
have `make install` create $PREFIX/bin if needed
yjftsjthsd-g 4feea2a
add FAQ
yjftsjthsd-g 00181fb
fix readme formatting
yjftsjthsd-g 2a99084
Update README.md
SRGOM 82b3d7f
Merge pull request #8 from SRGOM/patch-1
yjftsjthsd-g 903f808
Direct support for mod1-5 (resolves issue #19)
AlexDaniel 32dba0f
Merge remote-tracking branch 'AlexDaniel/master'
mgsloan 1e0877c
Add Alex Daniel to contributors list
mgsloan afd1989
Fix ungrabbing on clear when there are multiple bindings to 'start'
mgsloan d235420
Remove trailing whitespace
mgsloan 011ad58
Fix bug where command dispatch only matches prefix + execs multiple
mgsloan 14522d1
Add toggle-start, to allow a key to be both start and end
mgsloan bd079a5
Add myself to the contributors list
mgsloan 43be745
Add docs for toggle-start command
mgsloan ff03522
Merge pull request #9 from mgsloan/master
yjftsjthsd-g 4e7697d
README typo: supportded -> supported
yjftsjthsd-g bcf2553
add "debug" build and make "keynav" release build
yjftsjthsd-g 8a23ede
Merge branch 'master' of github.com:yjftsjthsd-g/keynav
yjftsjthsd-g 46b9572
add test.sh, an early prototype of automated testing
yjftsjthsd-g ff07abe
take variable declarations out of for-loops
yjftsjthsd-g a5308f7
Fix issue 11 (docs list old repo, site)
yjftsjthsd-g a8e3d99
Mask wanted keyboard modifiers instead of masking out unwanted modifiers
mgsloan a3acc1a
Use 'found' variable instead of break, as suggested in review
mgsloan f8790fa
Re-query viewports info when xrandr configuration changes
mgsloan a5785ba
Make it so that windowzoom doesn't crash when no window is active
mgsloan 982994f
Check if 'zone' is non-null before using it
mgsloan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry if this information is easy to find, but is there a way to do control-click from keynav?
I tried putting "ctrl+1 click 1" in my .keynavrc but it had no effect - no click happens when i ctrl+1
(i also tried with ctrl-q and there's still no effect)
I just want to be able to control-click on something...am i missing something? thank you