You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
So currently I have this little setup I've tried to fix for some days now with no luck
It's basically vim bindings for steam just basic movement but i have an issue
when where i want to be able to use all my meta key combinations for navigating
with my DE but any combination of pass through i try to do has strange side effects
or does not work.
One side effect is i can for instance move to an other window with Meta + h but then while still holding
Meta down to move to the next window nothing happens i have to release meta and press it again other
windows will just act like Meta isn't pressed down when it is.
[title="/steam/i"]
ContextActive >> Vim ^ Vim
Vim{I} >> Vim
!Vim Escape >> Vim
!Vim Shift{!100ms} >> Vim
(Vim Shift){J} >> PageDown
(Vim Shift){K} >> PageUp
Vim{J} >> ArrowDown
Vim{K} >> ArrowUp
Vim{H} >> ArrowLeft
Vim{L} >> ArrowRight
(Vim Shift){H} >> ButtonBack
(Vim Shift){L} >> ButtonForward
# Global Virtual Mouse HotKeys, Sort of hack way to disable the Vim virtual key as it interrupts
# The program i use for moving the cursor.
(Vim Meta){F} >> Vim 10ms Meta{F}
(Vim Meta){G} >> Vim 10ms Meta{G}
# for using things like `Meta + h`, Chanages active window
(Vim Meta){Any} >> Meta{Any}
# for using things like `Ctrl + Meta + h`, Moves workspace
? (Any Meta){Any} >> Meta{Any}
# Can not get `Alt + Meta + h` to work for moving window position.
Any help would be welcomed!
NOTE: I've also used the bellow.
# This one works with `Alt + Meta + h`
(Vim Alt Meta){Any} >> (Alt Meta){Any}
(Vim Control Meta){Any} >> (Control Meta){Any}
# This doesn't work.
(Vim Any Meta){Any} >> (Any Meta){Any}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
So currently I have this little setup I've tried to fix for some days now with no luck
It's basically vim bindings for steam just basic movement but i have an issue
when where i want to be able to use all my meta key combinations for navigating
with my DE but any combination of pass through i try to do has strange side effects
or does not work.
One side effect is i can for instance move to an other window with
Meta + hbut then while still holdingMeta down to move to the next window nothing happens i have to release meta and press it again other
windows will just act like Meta isn't pressed down when it is.
Any help would be welcomed!
NOTE: I've also used the bellow.
Beta Was this translation helpful? Give feedback.
All reactions