Quentin Glidic
|
9a68b22009
|
Fix licenses headers
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2017-04-15 12:32:05 +02:00 |
|
Dave Davenport
|
9ae1344d56
|
Improve error message when called with -show
|
2017-03-31 13:47:44 +02:00 |
|
Dave Davenport
|
6de992bda8
|
Remove unneeded tab binding.
|
2017-03-29 12:25:57 +02:00 |
|
Dave Davenport
|
042e123765
|
Change default from Shift+Tab to ISO_Left_Tab
|
2017-03-29 11:56:19 +02:00 |
|
Dave Davenport
|
268b0fa3b0
|
Super-1..10 keybinding activates row 1..10.
Allowing fore quick switching to entry.
https://forum.qtools.org/t/select-entry-by-offset/84/5
|
2017-01-10 07:41:37 +01:00 |
|
Dave Davenport
|
baab2047ad
|
Indent magic, rework makefile so lexer and yacc file are not passed.
|
2017-01-08 21:36:06 +01:00 |
|
Dave Davenport
|
c9b5667a3f
|
Issue: #39 remove delay (until next blink) when triggering on release
|
2016-11-30 16:35:34 +01:00 |
|
Dave Davenport
|
a9dbd787cf
|
Include in error mesg, what key failed to bind.
|
2016-11-14 18:42:41 +01:00 |
|
Dave Davenport
|
62879ee739
|
Continue parsing when keybinding fail, only show errors after all are done.
|
2016-11-14 16:53:01 +01:00 |
|
Dave Davenport
|
fcf3c33415
|
Fix keybinding with Shift in name. Alt-Shift-S -> Alt-S. Alt-Shift-1 -> Alt-exclam
+ indent.
|
2016-11-14 16:25:04 +01:00 |
|
Dave Davenport
|
e3af1efaef
|
Fix crash when clicked out of window.
|
2016-11-11 09:30:44 +01:00 |
|
Dave Davenport
|
217290479e
|
Merge two functions that no longer have a reason to be split.
Fixes: #491
|
2016-10-28 08:51:53 +02:00 |
|
Dave Davenport
|
163934fa8c
|
Simplify some code, more comments. (90% docu)
|
2016-10-25 22:45:11 +02:00 |
|
fice-t
|
a657f81145
|
Bind Control+g to kb-cancel (#452)
Control+g is the Emacs/readline standard for abort, so it would be nice
to have this by default.
|
2016-08-25 07:52:54 +02:00 |
|
Dave Davenport
|
8478b427f1
|
Fix Control+u behaviour
|
2016-07-27 08:10:55 +02:00 |
|
Dave Davenport
|
fe230eb95c
|
Fix #432, Control+k removes till eol.
|
2016-07-25 11:32:30 +02:00 |
|
Dave Davenport
|
1f4af41e96
|
Split Custom and Alternate command.
|
2016-06-19 18:02:49 +02:00 |
|
Dave Davenport
|
72ffebc8fe
|
Remove Tab from row-down list
|
2016-06-18 21:18:28 +02:00 |
|
Dave Davenport
|
0170aef0e6
|
Add Control-Backspace as keybinding.
|
2016-06-06 09:31:48 +02:00 |
|
Dave Davenport
|
ed7aeb7722
|
Fix 'Tab' binding description
|
2016-05-31 08:05:09 +02:00 |
|
Dave Davenport
|
10e3526237
|
Fix description, -switchers does not exist.
|
2016-05-31 07:59:40 +02:00 |
|
marduk
|
be5a66c9b5
|
Added the descriptions of the keybindings
|
2016-05-31 07:47:17 +02:00 |
|
Dave Davenport
|
1b5bcaa9f4
|
Issue #411: Show list of Keyboard bindings with rofi, from rofi.
|
2016-05-30 10:25:58 +02:00 |
|
Dave Davenport
|
8f6c9ee070
|
Fix indenting
|
2016-05-08 11:13:11 +02:00 |
|
Quentin Glidic
|
67b0ce036f
|
keybindings: Implement on-release bindings
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2016-05-07 11:31:04 +02:00 |
|
Quentin Glidic
|
54f85fabaa
|
keybindings: Rework the matching
Now we check all bindings in one place, allowing for future naughty
matching.
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2016-05-07 11:25:04 +02:00 |
|
Dave Davenport
|
c4b65d975c
|
Cleanup unused type specifier.
|
2016-03-24 22:13:19 +01:00 |
|
Quentin Glidic
|
20c9abf0a2
|
keybindings: Merge accept-custom and accept-entry-continue
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2016-03-20 10:39:34 +01:00 |
|
Dave Davenport
|
a2869ef39d
|
Make clang static code analyzer happy (300+ -> 5)
|
2016-03-19 13:29:04 +01:00 |
|
Dave Davenport
|
bfd338dfc8
|
Allow X parsed colors
|
2016-03-05 16:33:18 +01:00 |
|
Dave Davenport
|
4c8375189c
|
More cleanups
|
2016-03-05 12:06:14 +01:00 |
|
Dave Davenport
|
72dfe2ad4c
|
Propagate error down, show dialog.
Fix positioning dialog.
|
2016-03-05 11:08:32 +01:00 |
|
Dave Davenport
|
cc5db086bf
|
Indenting
|
2016-02-28 18:22:00 +01:00 |
|
Dave Davenport
|
21bce63e79
|
Do some filtering on the keybinding, to get the right keycombo for alt+shift+s.
|
2016-02-28 16:42:20 +01:00 |
|
Dave Davenport
|
73a0eb3e39
|
Remove X11/* include headers.
|
2016-02-28 12:22:10 +01:00 |
|
Quentin Glidic
|
3029e05ac7
|
keybindings: Rework modmask matching
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2016-02-23 17:34:31 +01:00 |
|
Quentin Glidic
|
e1f87a67b4
|
rofi: Migrate to libxkbcommon
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
2016-02-21 16:04:53 +01:00 |
|
Dave Davenport
|
64cfdf3f0d
|
Fix issue #319 ADd ISO_Left_Tab to default binding.
|
2016-01-16 16:38:29 +01:00 |
|
Dave Davenport
|
f3c22c50e4
|
Add sorting switch: Issue: #298
|
2015-12-13 11:52:40 +01:00 |
|
Dave Davenport
|
98de9b554f
|
Add screenshot keybinding.
|
2015-12-09 08:51:40 +01:00 |
|
Dave Davenport
|
66bd837c9e
|
Second cleanup in the fix to #268
|
2015-11-20 22:00:37 +01:00 |
|
Dave Davenport
|
266ee5efb7
|
Hopefully fix for #268
|
2015-11-20 20:53:27 +01:00 |
|
Qball Cow
|
e6ca8acba9
|
Possible fix for issue #265. Check mask when accepting textbox input.
|
2015-11-12 15:42:00 +01:00 |
|
QC
|
93b6b83fb9
|
Try todo some validation of monitor size/padding in config sanity check.
|
2015-10-18 13:40:39 +02:00 |
|
Dave Davenport
|
291d1ed16c
|
Update rofi -h output
|
2015-10-16 08:42:01 +02:00 |
|
QC
|
fc2d65df0c
|
Playing with atom
|
2015-09-20 11:45:28 +02:00 |
|
QC
|
31fe5759b8
|
More line fixing.
|
2015-09-19 21:00:06 +02:00 |
|
QC
|
b18d68eff2
|
Adjust new editor width
|
2015-09-19 12:57:48 +02:00 |
|
QC
|
442e235c24
|
Some cleanups, tweak uncrustify.
|
2015-09-19 12:21:30 +02:00 |
|
QC
|
27f5c7413e
|
cleanup.
|
2015-09-02 12:29:28 +02:00 |
|