From 9464388e078d4641b720fb695a19518f86692a5b Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 8 Nov 2023 19:56:53 +0100 Subject: keyboard_layout_select: Add shortcuts to select keyboard layout I had to upgrade to Mac OS 14 Sonoma, which in addition to adding a useless software Caps Lock indicator, also royally screwed up the way that changing keyboard layouts used to work (it worked perfectly fine). I decided to make a unique keyboard shortcut to switch to each keyboard layout to put some order to the madness. --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 9eaf376..ae33172 100644 --- a/init.lua +++ b/init.lua @@ -1,4 +1,4 @@ --- Copyright (c) 2019, 2021 Teddy Wing +-- Copyright (c) 2019, 2021, 2023 Teddy Wing -- -- 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 @@ -21,6 +21,7 @@ require('application_switch') require('catalina_brightness_bullshit') require('gdrive_mouseover_item') require('keyboard_layout') +require('keyboard_layout_select') require('meet') require('mouse') require('terminal_tab_hotkeys') -- cgit v1.2.3