Loading pkgs/by-name/xk/xkeysnail/emacs.py +0 −4 Original line number Diff line number Diff line Loading @@ -39,14 +39,10 @@ define_keymap(re.compile("Google-chrome|Chromium-browser|firefox"), { K("C-slash"): [K("C-z"), set_mark(False)], K("C-space"): aaflip(), # K("C-space"): set_mark(True), K("C-M-space"): with_or_set_mark(K("C-right")), K("enter"): aaif(), K("C-s"): [K("F3"), aaset(True)], K("C-r"): [K("Shift-F3"), aaset(True)], K("C-g"): [K("esc"), aaset(False)] # K("C-s"): K("F3"), # K("C-r"): K("Shift-F3"), # K("C-g"): [K("esc"), set_mark(False)] }) pkgs/by-name/xk/xkeysnail/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -37,11 +37,11 @@ python3Packages.buildPythonApplication { --add-flags "-q" --add-flags "$out/share/browser.py" ''; meta = with lib; { meta = { description = "Yet another keyboard remapping tool for X environment"; homepage = "https://github.com/mooz/xkeysnail"; platforms = platforms.linux; license = licenses.gpl1Only; maintainers = with maintainers; [ bb2020 ]; platforms = lib.platforms.linux; license = lib.licenses.gpl1Only; maintainers = with lib.maintainers; [ bb2020 ]; }; } Loading
pkgs/by-name/xk/xkeysnail/emacs.py +0 −4 Original line number Diff line number Diff line Loading @@ -39,14 +39,10 @@ define_keymap(re.compile("Google-chrome|Chromium-browser|firefox"), { K("C-slash"): [K("C-z"), set_mark(False)], K("C-space"): aaflip(), # K("C-space"): set_mark(True), K("C-M-space"): with_or_set_mark(K("C-right")), K("enter"): aaif(), K("C-s"): [K("F3"), aaset(True)], K("C-r"): [K("Shift-F3"), aaset(True)], K("C-g"): [K("esc"), aaset(False)] # K("C-s"): K("F3"), # K("C-r"): K("Shift-F3"), # K("C-g"): [K("esc"), set_mark(False)] })
pkgs/by-name/xk/xkeysnail/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -37,11 +37,11 @@ python3Packages.buildPythonApplication { --add-flags "-q" --add-flags "$out/share/browser.py" ''; meta = with lib; { meta = { description = "Yet another keyboard remapping tool for X environment"; homepage = "https://github.com/mooz/xkeysnail"; platforms = platforms.linux; license = licenses.gpl1Only; maintainers = with maintainers; [ bb2020 ]; platforms = lib.platforms.linux; license = lib.licenses.gpl1Only; maintainers = with lib.maintainers; [ bb2020 ]; }; }