Compare commits

...

2 commits

3 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
file = (pkgs.formats.ini {}).generate "KeydJetbrainsConfig" { file = (pkgs.formats.ini {}).generate "KeydJetbrainsConfig" {
"jetbrains-*" = { "jetbrains-*" = {
"alt./" = "C-/"; # Toggle comment. "alt./" = "C-/"; # Toggle comment.
"alt.= " = "C-A-l"; # Reformat. "alt.=" = "C-A-l"; # Reformat.
"alt.c" = "S-escape"; # Close panel. "alt.c" = "S-escape"; # Close panel.
"alt.capslock" = "C-A-S-insert"; # New scratch file. "alt.capslock" = "C-A-S-insert"; # New scratch file.
"alt.q" = "A-left"; # Prev tab. "alt.q" = "A-left"; # Prev tab.
@ -17,9 +17,9 @@
"alt.z" = "C-f2"; # Stop app. "alt.z" = "C-f2"; # Stop app.
"alt.d" = "S-f9"; # Run debugger. "alt.d" = "S-f9"; # Run debugger.
"alt.a" = "C-A-5"; # Attach debugger. "alt.a" = "C-A-5"; # Attach debugger.
"alt.s" = "C-A-s"; # Settings. "alt.m" = "C-A-s"; # Settings.
"alt.v" = "C-q"; # Show doc under cursor. "alt.v" = "C-q"; # Show doc under cursor.
"alt.w" = "C-S-A-t"; # Refactor selection. "alt.s" = "C-S-A-t"; # Refactor selection.
"alt.tab" = "timeout(f8, 150, macro2(0, 0, f7))"; # Tap to step over, hold to step into. "alt.tab" = "timeout(f8, 150, macro2(0, 0, f7))"; # Tap to step over, hold to step into.
}; };

View file

@ -2,22 +2,22 @@
file = (pkgs.formats.ini {}).generate "KeydNautilusConfig" { file = (pkgs.formats.ini {}).generate "KeydNautilusConfig" {
"org-gnome-nautilus" = { "org-gnome-nautilus" = {
"alt.capslock" = "C-t"; # New tab. "alt.capslock" = "C-t"; # New tab.
"alt.o" = "C-n"; # New window. "alt.t" = "C-n"; # New window.
"alt.x" = "C-w"; # Close tab. "alt.x" = "C-w"; # Close tab.
"alt.u" = "C-S-t"; # Restore tab. "alt.u" = "C-S-t"; # Restore tab.
"alt.e" = "C-pagedown"; # Next tab. "alt.e" = "C-pagedown"; # Next tab.
"alt.q" = "C-pageup"; # Prev tab. "alt.q" = "C-pageup"; # Prev tab.
"alt.E" = "C-S-pagedown"; # Move tab next. "alt.E" = "C-S-pagedown"; # Move tab next.
"alt.Q" = "C-S-pageup"; # Move tab prev. "alt.Q" = "C-S-pageup"; # Move tab prev.
"alt.z" = "C-h"; # Toggle hidden files. "alt.h" = "C-h"; # Toggle hidden files.
"alt.1" = "C-1"; # List view. "alt.1" = "C-1"; # List view.
"alt.2" = "C-2"; # Grid view. "alt.2" = "C-2"; # Grid view.
"alt.s" = "A-up"; # Go back. "alt.b" = "A-up"; # Go back.
"alt.space" = "C-l"; # Focus location bar. "alt.space" = "C-l"; # Focus location bar.
"alt.A" = "C-S-i"; # Invert selection. "alt.i" = "C-S-i"; # Invert selection.
"alt.v" = "C-i"; # File info. "alt.v" = "C-i"; # File info.
"alt.d" = "C-S-delete"; # Delete file. "alt.d" = "C-S-delete"; # Delete file.
"alt.w" = "f2"; # Rename. "alt.s" = "f2"; # Rename.
"alt.a" = "C-S-n"; # Create dir. "alt.a" = "C-S-n"; # Create dir.
"alt.f" = "C-f"; # Search dir. "alt.f" = "C-f"; # Search dir.
"alt.r" = "f5"; # Refresh dir. "alt.r" = "f5"; # Refresh dir.

View file

@ -3,7 +3,7 @@
color = config.style.color; color = config.style.color;
container = "mkv"; container = "mkv";
format = "%Y-%m-%d_%H-%M-%S"; format = "%Y-%m-%d_%H-%M-%S";
framerate = 10; framerate = 30;
opacity = "26"; opacity = "26";
selection = "slurp -d -b ${color.bg.light}${opacity} -c ${color.fg.light} -w 0 -s 00000000"; selection = "slurp -d -b ${color.bg.light}${opacity} -c ${color.fg.light} -w 0 -s 00000000";
pixfmt = "yuv420p10le"; pixfmt = "yuv420p10le";