Merge branch 'comments'
This commit is contained in:
commit
1ebce512b2
|
@ -291,7 +291,7 @@ class Keys:
|
||||||
# Quit Mirage
|
# Quit Mirage
|
||||||
quit = []
|
quit = []
|
||||||
|
|
||||||
class Scrolling:
|
class Scrolling: # Keys.Scrolling
|
||||||
# Pages and chat timeline scrolling
|
# Pages and chat timeline scrolling
|
||||||
up = ["Alt+Up", "Alt+K"]
|
up = ["Alt+Up", "Alt+K"]
|
||||||
down = ["Alt+Down", "Alt+J"]
|
down = ["Alt+Down", "Alt+J"]
|
||||||
|
@ -325,7 +325,7 @@ class Keys:
|
||||||
previous = ["Alt+Shift+N"]
|
previous = ["Alt+Shift+N"]
|
||||||
next = ["Alt+N"]
|
next = ["Alt+N"]
|
||||||
|
|
||||||
class AtIndex:
|
class AtIndex: # Accounts.AtIndex
|
||||||
# Switch to the first room of the account number X in the list.
|
# Switch to the first room of the account number X in the list.
|
||||||
# Each property is a list of keybinds for the account number X.
|
# Each property is a list of keybinds for the account number X.
|
||||||
# Numbers beyond the default ones can be added.
|
# Numbers beyond the default ones can be added.
|
||||||
|
@ -376,7 +376,7 @@ class Keys:
|
||||||
oldest_highlight = ["Ctrl+Shift+M"]
|
oldest_highlight = ["Ctrl+Shift+M"]
|
||||||
latest_highlight = ["Ctrl+M"]
|
latest_highlight = ["Ctrl+M"]
|
||||||
|
|
||||||
class AtIndex:
|
class AtIndex: # Rooms.AtIndex
|
||||||
# Switch to room number X in the current account.
|
# Switch to room number X in the current account.
|
||||||
# Each property is a list of keybinds for the room number X:
|
# Each property is a list of keybinds for the room number X:
|
||||||
# Numbers beyond the default ones can be added.
|
# Numbers beyond the default ones can be added.
|
||||||
|
@ -403,7 +403,7 @@ class Keys:
|
||||||
# which account should be targeted as "<userId> <roomId>":
|
# which account should be targeted as "<userId> <roomId>":
|
||||||
"@account:example.org !roomID:example.org" = []
|
"@account:example.org !roomID:example.org" = []
|
||||||
|
|
||||||
class Chat:
|
class Chat: # Keys.Chat
|
||||||
# Keybinds specific to the current chat page.
|
# Keybinds specific to the current chat page.
|
||||||
|
|
||||||
# Focus the right room pane. If the pane is currently showing the
|
# Focus the right room pane. If the pane is currently showing the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user