1189 Commits

Author SHA1 Message Date
Ben Reaves
1529d90918 Fixed breaking some system OS shortcuts w/ Cmd-Dot update on Linux 2021-04-01 01:01:44 -05:00
Ben Reaves
56493b4eec Merge pull request #441 from RedBearAK/patch-7
Reformat WM_CLASS lists as vertically stacked for easier reading/editing
2021-04-01 00:21:34 -05:00
Ben Reaves
974cd13fae Merge pull request #448 from rbreaves/feature/cmd-dot-sigint
Adds Cmd-Dot sigint to Terminals
2021-04-01 00:18:26 -05:00
Ben Reaves
d8ad4b874f Added Cmd-Dot for Windows 2021-04-01 00:17:02 -05:00
Ben Reaves
b532a9891d Updated remotes and terminals groupings for Linux. Adds Cmd-Dot sigint from #442 2021-03-31 23:43:14 -05:00
Ben Reaves
294ba3b89f Merge pull request #443 from RedBearAK/patch-9
Remove duplicate line for mapping Ctrl+V in terminals
2021-03-31 22:22:54 -05:00
Ben Reaves
c908b00a38 Update README.md 2021-03-30 22:33:41 -05:00
Ben Reaves
56f4f679e4 Update README.md 2021-03-30 21:17:23 -05:00
Johannes von Bargen
5e28015a31 remove extra space 2021-03-31 01:22:58 +02:00
Johannes von Bargen
3a59edb51e make the installation run on fedora
* in enforcing mode
* without sudo in the unit file
2021-03-31 01:16:57 +02:00
RedBearAK
ba46c4ff97 Remove duplicate line for mapping Ctrl+V in terminals 2021-03-29 00:35:45 -08:00
RedBearAK
980ae6a237 Mapping Cmd+Dot to Ctrl+C (terminals) and Escape (GUIs) 2021-03-29 00:32:39 -08:00
RedBearAK
1a57dd9a5e Reformat python lists as vertically stacked for easier reading/editing 2021-03-28 19:31:37 -08:00
Ben Reaves
c9810838a1 Merge pull request #440 from mamercad/browser-prev-next-tab
Add shortcuts for browser prev and next tab switching
2021-03-28 20:57:49 -05:00
Mark Mercado
e60f7cffea Add shortcuts for browser prev and next tab switching 2021-03-28 21:46:45 -04:00
Ben Reaves
c8b169b6a0 Update README.md 2021-03-21 00:34:29 -05:00
Ben Reaves
81c0c52902 Merge pull request #428 from RedBearAK/patch-4
Fix typo
2021-03-18 02:22:59 -07:00
RedBearAK
4d697d9cdc Fix typo
Fixed typo in output, line 65
2021-03-17 19:38:57 -08:00
Ben Reaves
307c9bc2d1 Update README.md 2021-03-16 21:58:00 -05:00
Ben Reaves
7436825c93 Update README.md 2021-03-16 21:57:31 -05:00
Ben Reaves
d680a58d04 Merge pull request #426 from jfsso/fix-win-start-path
Fix start script symlink path on Windows install
2021-03-14 10:58:15 -05:00
João Orui
71af27be24 Fix start script symlink path on Windows install
Fixes #256
2021-03-14 17:29:40 +09:00
Ben Reaves
2ce4bbdb82 Merge pull request #422 from RedBearAK/patch-2
Fix "toggle maximization state" shortcut for gnome/kde
2021-03-13 03:19:47 -06:00
RedBearAK
085485dcfc Fix maximize window toggle shortcut for gnome/kde
Changed "LC" to "Super" to fix the "toggle maximization state" shortcut. [ K("RC-Super-f"):K("M-F10"), ]
Not changing the other three instances, not sure if they need to be changed. (eos, manjaro, manjaro)
2021-03-12 23:47:01 -09:00
Ben Reaves
e7188ca693 Update README.md 2021-03-13 00:21:16 -06:00
Ben Reaves
4cf795619d - Updated chromebook remap for Backspace combos 2021-03-12 20:52:37 -06:00
Ben Reaves
588fe1a0dc - Added delete entire line via Cmd-Backspace (Linux) 2021-03-12 20:30:43 -06:00
Ben Reaves
18ae403188 Update README.md 2021-03-12 17:15:53 -06:00
Ben Reaves
de8e674027 Update README.md 2021-03-12 17:14:03 -06:00
Ben Reaves
625f775464 Update README.md 2021-03-12 14:02:00 -06:00
Ben Reaves
4980c4a35e Merge branch 'hotfix' 1.2-7 2021-03-11 00:06:19 -06:00
Ben Reaves
c09d8b07e4 Merge pull request #414 from RedBearAK/patch-1
Tweak GUI app menu to be more like tray icon menu
2021-03-10 22:02:29 -08:00
Ben Reaves
a34acfb0b5 - Added xfreerdp to Linux 2021-03-10 23:59:34 -06:00
RedBearAK
9f694fd198 Tweak GUI app menu to be more like tray icon menu
This tweak moves the "Restart" and "Stop" actions to the top of the File menu in the Kinto.sh GUI. More like the tray icon menu.
2021-03-06 19:03:52 -09:00
Ben Reaves
4349c4f9dd Merge pull request #412 from m000/patch-1
temporary fix for using kinto with Synergy
2021-03-06 19:44:12 -06:00
Manolis Stamatogiannakis
68395fd91c temporary fix for using kinto with Synergy
If you use kinto and [Synergy](https://symless.com/synergy) at the same time, kinto will apply transformations when Synergy has the focus.
This messes up input because the transformed keypresses are consumed by a different desktop.

However it is not possible to write a rule to avoid transforming keypresses specifically for Synergy, because Synergy doesn't seem to set the wm_class.

The  conditional modmap in this commit solves the problem. But it will also affect any other applications not setting the wm_class. For this, the modmap is commented by default, and Synergy users (which shouldn't be too many) need to enable it manually.
2021-03-06 19:33:40 +01:00
Ben Reaves
482de09dcc - Removed extra spacing on remap comments 2021-02-28 22:29:05 -06:00
Ben Reaves
f075f3a927 Merge branch 'hotfix' 2021-02-26 14:19:27 -06:00
Ben Reaves
00cbd59a4e - Removed conflict (windows ahk) 2021-02-26 14:17:53 -06:00
Ben Reaves
cbfe1a4141 Merge pull request #407 from rbreaves/hotfix
- Added Open File Browser (Windows). Closes #405
1.2-6
2021-02-25 22:24:45 -06:00
Ben Reaves
d44247affb - Added Open File Browser (Windows). Closes #405 2021-02-25 22:23:23 -06:00
Ben Reaves
4f1adbc358 Merge branch 'hotfix' 2021-02-25 13:25:34 -06:00
Ben Reaves
a362d704c2 - Commented out duplicate hotkey definition 2021-02-25 13:22:42 -06:00
Ben Reaves
6e2631aa3c Merge pull request #399 from rbreaves/hotfix
- Fixes Win key combos on Search key position (Chromebook for Windows)
2021-02-24 20:12:07 -06:00
Ben Reaves
4bcdcdea6a - Wordwise correctionss, chromebook improvements (RAlt is now Win key) 2021-02-24 20:10:12 -06:00
Ben Reaves
f9d7cba452 Update README.md 2021-02-23 23:57:31 -06:00
Ben Reaves
fb0c476c7f Update README.md 2021-02-20 20:30:42 -08:00
Ben Reaves
afd7ec47bf Update README.md 2021-02-19 22:38:59 -06:00
Ben Reaves
06ba71fa67 Update README.md 2021-02-16 19:45:39 -06:00
Ben Reaves
539d916ae3 Update README.md 2021-02-16 19:42:32 -06:00