Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


HTML
<style>

.wiki-content .confluenceTh,
.wiki-content .confluenceTd {
    border: none;padding-top: 0px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 20px;
}

</style>


Excerpt Include
What is AirSend?
What is AirSend?
nopaneltrue




HTML
<style>
p {font-size:16px;}
</style>


HTML
<span style="font-size: 18px">18px text placeholder</span>


content search, shortcuts, xxxx

Now that you've seen how FileCloud AirSend makes it simple for you to collaborate through channels that let you share messages, documents, and tasks with clients an team members, we're going to show you some of the ways how it makes it easier its interface work for you to find by including a content search, perform actions, and keyboard shortcuts, and multiple language support.

Content search

AirSend's content search is active in the dashboard and inside channels. When you search in the dashboard, find matching content in messages, files, actions, and user names. When you search in a channel, find matching content by messages, files, and actions.

Keyboard Shortcuts

AirSend has convenient keyboard shortcuts that allow you to navigate and perform actions quickly.

KeysAction
TabWhen you have selected a channel in the dashboard or in the left panel of an opened channel, takes you to the next channel.
Shift + TabWhen you have selected a channel in the dashboard or in the left panel of an opened channel, takes you to the previous channel.
Ctrl + CCopy text
Ctrl + VPaste text
Ctrl + XCut text
Next: Fun features

Multiple Language Support

You can view the AirSend interface in Spanish, Dutch, French, Italian, Portuguese, or English. 

To change the language, when you sign in, click the current language and choose a new one:

Image Added


HTML
<script>
AJS.toInit(function(){
if (AJS.$("div.ia-fixed-sidebar").width() > 55){
AJS.Confluence.Sidebar.toggle();
}
});
</script>

...